Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At least three distinct metadata elements taken from two distinct ‘Discovery scenario’ groups present in the edm:ProvidedCHO class

Discovery scenarios

Enabling elements

Browse by date or time-span

dcterms:issued, dcterms:created, dcterms:temporal, edm:hasMet (with a link to an edm:TimeSpan that is present in the record)

Browse by subjects and types

dc:subject (with a link to a skos:Concept), dc:format, dc:type, dcterms:medium

Browse by agents

dc:creator, dc:contributor, dc:publisher, dc:subject (with a link to a edm:Agent that is present in the record), edm:hasMet (with a link to a edm:Agent that is present in the record)

Browse by places

dc:subject (with a link to a edm:Place that is present in the record), dcterms:spatial, edm:currentLocation

Contextual classess

At least one contextual class with all minimum required elements, OR link to a LOD vocabulary we support.

Contextual resource referred by the ProvidedCHO: A contextual entity (an instance of a contextual class such as edm:Agent, skos:Concept, edm:Place, edm:TimeSpan) that is linked directly from edm:ProvidedCHO (ie. Provider's ore:Proxy) and therefore ignoring contextual resources that are only linked from other contextual resources via e.g. placeOfBirth.

Example record

Code Block
 <rdf:RDF>
 ...
 <edm:ProvidedCHO rdf:about="#exampleMetB">
        <dc:title xml:lang="en">Metadata Example Record Tier B</dc:title>
        <dc:subject rdf:resource="http://vocab.getty.edu/aat/300026657"/>
        <dc:type>Bound item</dc:type>
        <dcterms:created>1951</dcterms:created>
        <dcterms:isPartOf>Europeana Foundation Example Records</dcterms:isPartOf>
        <edm:type>IMAGE</edm:type>
    </edm:ProvidedCHO>
    <ore:Aggregation rdf:about="#exampleMetB_AGG">
        <edm:aggregatedCHO rdf:resource="#exampleMetB"/>
        <edm:dataProvider>Europeana Foundation</edm:dataProvider>
        <edm:isShownBy rdf:resource="http://media.culturegrid.org.uk/mediaLibrary/Partage/LoveArtNouveau/Glasgow/DSCF4092.JPG"/>
        <edm:provider>Europeana Foundation</edm:provider> 
        <edm:rights rdf:resource="http://rightsstatements.org/vocab/NoC-OKLR/1.0/"/>
    </ore:Aggregation>
</rdf:RDF>

...