...
Case 1: You provide IIIF images and a manifest
Note |
---|
What you need to do when a manifest is available: Follow all steps on the EDM_IIIF Pattern page:
An example can be found here:
|
Note |
What we do when you provide both IIIF images and a manifest:
Examples on the Europeana website & EDM xml:
|
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
Example of EDM record implementing all steps:
Code Block |
---|
<ore:Aggregation rdf:about="[...]"> [...] <edm:isShownBy rdf:resource="https://iiif.universiteitleiden.nl/iiif/2/hdl%3A1887.1%2Fitem%3A3280522/full/full/0/default.jpg"> [...] </ore:Aggregation> <edm:WebResource rdf:about="https://iiif.universiteitleiden.nl/iiif/2/hdl%3A1887.1%2Fitem%3A3280522/full/full/0/default.jpg"> <dcterms:isReferencedBy rdf:resource="https://digitalcollections.universiteitleiden.nl/iiif_manifest/item:3280522/manifest"/> <svcs:has_service rdf:resource="https://iiif.universiteitleiden.nl/iiif/2/hdl%3A1887.1%2Fitem%3A3280522"/> </edm:WebResource> <svcs:Service rdf:about="https://iiif.universiteitleiden.nl/iiif/2/hdl%3A1887.1%2Fitem%3A3280522"> <dcterms:conformsTo rdf:resource="http://iiif.io/api/image"/> <doap:implements rdf:resource="http://iiif.io/api/image/2/level2.json"/> </svcs:Service> |
...
Case 2: You provide IIIF images but no manifest
Note |
---|
What you need to do when a manifest is not available: Follow step 1, 2 and 3 on the EDM_IIIF Pattern page:
Step 4, providing a manifest, can be left out. (See the grey text box below)An example can be found here:
|
Note |
What we do when a manifest is not available:
Examples on the Europeana website & EDM xml:
|
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
Example of EDM record implementing all steps EXCEPT the definition of the IIIF manifest (for IIIF service supporting only image request calls)
Code Block |
---|
<ore:Aggregation rdf:about="[...]"> [...] <edm:isShownBy rdf:resource="http://iiif.europeana.eu/AZ_1927_01_04_0001/full/full/0/default.jpg"> [...] </ore:Aggregation> <edm:WebResource rdf:about="http://iiif.europeana.eu/AZ_1927_01_04_0001/full/full/0/default.jpg"> <svcs:has_service rdf:resource="http://iiif.europeana.eu/AZ_1927_01_04_0001"/> </edm:WebResource> <svcs:Service rdf:about="http://iiif.europeana.eu/AZ_1927_01_04_0001"> <dcterms:conformsTo rdf:resource="http://iiif.io/api/image"/> <doap:implements rdf:resource="http://iiif.io/api/image/2/level1.json"/> </svcs:Service> |
Example of record using annotations (Mirador 3)
Example from the Newspaper Collection
...
Note that the set of parameters available as part of the URI <edm:isShownBy rdf:resource="http://iiif.europeana.eu/AZ_1927_01_04_0001/full/full/0/default.jpg">
will vary depending on the image the data provider wants to make available.
...