Versions Compared

Key

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

...

Expand
titleExcerpt from the record enriched with organisation entity:
Code Block
[...]
<ore:Aggregation rdf:about="/aggregation/provider/Example_01#Aggregation">
        <edm:aggregatedCHO rdf:resource="#Example_01"/>
        <edm:dataProvider rdf:resource="http://data.europeana.eu/organization/4513"/>
        [ other Provider’s Aggregation data ]
 </ore:Aggregation>
[...]
<foaf:Organization rdf:about="http://data.europeana.eu/organization/4513">
        <skos:prefLabel xml:lang="en">Naturalis Biodiversity Center</skos:prefLabel>
        [ other properties of OrganizationOrganisation entity]
</foaf:Organization>

Note the prefLabel from the contextual class is displayed on the record page as clickable entity.

...