Versions Compared

Key

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

...

Expand
titleDedicated page for Naturalis Biodiversity Center:

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

Even if you choose not to browse by contributing organisations, you will still learn about them from the individual record pages. We enhance the provided data with Europeana entities for organisations, allowing you to learn about providers when viewing individual records. By clicking on the entity, you can access each organisation's dedicated page with detailed information, including its location, website, and other records provided by that organisation.

Screenshot 2024-06-24 at 10.50.55.pngImage Removed
Expand
titleRecord page for an object a preserved specimen provided by Naturalis Biodiversity Center, including the entity for this organisation
:

Screenshot 2024-06-24 at 10.50.55.pngImage Added

...

Table of contents:

...

Expand
titleScreenshot of the Naturalis Biodiversity Center record in Zoho CRM:

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

If you wish to retrieve a specific organisation entity, please refer to the Entity API documentation.

...

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

Note that the prefLabel from the contextual class is displayed on the record page . When users click on it, they are taken to the page dedicated to that organisation.as clickable entity.

Providing information about organisations in EDM

...

Expand
titleTool that helps you retrieve existing 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.

...