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 Organisation entity]
</foaf:Organization>

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

...

Expand
titleTool that helps you retrieve find existing providing organisations and their identifiers

To search for existing organisations that have already provided data to Europeana, you can use this tool. Simply focus your search on organisations by ticking the "Organisation" option and add keywords in the search bar:

Screenshot 2024-06-21 at 18.40.05.pngImage RemovedScreenshot 2024-06-21 at 18.40.05.pngImage Added

When you click on one of the results, you will be taken to the entity page for this specific organisation on Europeana website: https://www.europeana.eu/en/collections/organisation/4513-naturalis-biodiversity-center

The last segment of the URL after "/organisation/" is the Europeana identifier for this specific organisation. In this case, the identifier is 4513.

...