-
Notifications
You must be signed in to change notification settings - Fork 2
Linking to IIIF images
Rainer Simon edited this page Sep 18, 2017
·
7 revisions
In case you are serving IIIF images of your collection items, we encourage you to link these into your RDF dataset summary (or gazetteer dump file).
@prefix edm <http://www.europeana.eu/schemas/edm/> .
@prefix svcs <http://rdfs.org/sioc/services#> .
@doap <http://usefulinc.com/ns/doap#> .
<http://example.org/pelagios/dump.ttl#items/00l>
a pelagios:AnnotatedThing ;
...
foaf:depiction <http://www.example.com/images/01.jpg> ;
.
<http://www.example.com/images/01.jpg> a edm:WebResource;
dcterms:isReferencedBy <http://www.example.com/images/iiif/info.json> ;
svcs:has_service [
dcterms:conformsTo <http://iiif.io/api/image> ;
doap:implements <http://iiif.io/api/image/2/level1.json> ;
];