Skip to content

Commit

Permalink
oai-pmh: document DCAT metadata format
Browse files Browse the repository at this point in the history
  • Loading branch information
slint authored Aug 22, 2023
1 parent 07ff1c3 commit 1b3085d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/includes/oai-pmh/_root.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@ Dublin Core — only minimal metadata is included in this format. The format is

[See example](https://zenodo.org/oai2d?verb=ListRecords&metadataPrefix=oai_dc&set=openaire)

**`dcat`**

DCAT — export format based on the [DCAT Application Profile for data portals in Europe (DCAT-AP)](https://joinup.ec.europa.eu/collection/semic-support-centre/solution/dcat-application-profile-data-portals-europe).
The format is produced from the DataCite export format using the [DataCite-to-DCAT-AP XSLT](https://github.com/ec-jrc/datacite-to-dcat-ap).
This is the only OAI-PMH metadata format that currently exposes direct links to each record's files content, via the [`dcat:Distribution` elements](https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution).

[See example](https://zenodo.org/oai2d?verb=ListRecords&metadataPrefix=dcat&set=openaire)

**`marc21`**

MARC21 — export format primarily supported for legacy reasons. Please consider
Expand Down

0 comments on commit 1b3085d

Please sign in to comment.