...
The following IIIF manifest fields are created with the EDM2IIIF Manifest Creation tool:
IIIF Manifest field | EDM field |
@context | [ "http://www.w3.org/ns/anno.jsonld", "http://iiif.io/api/presentation/3/context.json" ] |
id | Manifest path for image |
type | „Manifest“ |
label | dc:title or dc:description if dc:title not present |
summary | dc:description, but only if dc:title exists |
metadata | all descriptive elements from edm:ProvidedCHO class like dc:identifier, dc:relation, dc:type etc. |
thumbnail | edm:objects from ore:Aggregation |
homepage | edm:isShownAt from ore:Aggregation |
requiredStatement | dc:rights from edm:WebResource of corresponding edm:isShownBy |
rights | edm:rights from ore:Aggregation |
provider | edm:dataProvider from ore:Aggregation |
seeAlso | dc:source from edm:ProvidedCHO |
service | svcs:has_service from edm:WebResource |
start | edm:isShownBy if at least one edm:hasView exists |
items | edm:isShownBy and all corresponding edm:hasView |
10 EDM enrichment
EDM enrichment in our case is the process of updating the EDM metadata records by providing appropriate descriptions of IIIF resources. Such updating involves the following steps:
...
“OAI-PMH upload failed”:
This window occurs shows if the OAI-PMH link was not correct or one of the two URL input fields could not be processed correctly.
Samples
Original EDM (from OAI provider)
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:edm="http://www.europeana.eu/schemas/edm/" xmlns:dc="http://purl.org/dc/elements/1.1/ " xmlns:dcterms="http://purl.org/dc/terms/ " xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:ore="http://www.openarchives.org/ore/terms/">
...
</ore:Aggregation>
</rdf:RDF>
.json Manifest
{
"@context": [
"http://www.w3.org/ns/anno.jsonld",
...
}
]
}
]
}
Enriched EDM
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/ " xmlns:dcterms="http://purl.org/dc/terms/ " xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:edm="http://www.europeana.eu/schemas/edm/" xmlns:ore="http://www.openarchives.org/ore/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:svcs="http://rdfs.org/sioc/services#" xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#">
...