Skip to content

Latest commit

 

History

History
132 lines (116 loc) · 8.17 KB

application_profile.rst

File metadata and controls

132 lines (116 loc) · 8.17 KB

Application Profile Overview

The properties of the Application Profile for OpenAIRE institutional and thematic Repository Guidelines are listed in this section. The following requirement levels for the metadata properties are used:

Mandatory (M)

The property must always be present in the metadata. An empty value for the property is not allowed.

Mandatory if Applicable (MA)

When the property value can be obtained it must be present in the metadata

Recommended (R)

The use of the property is recommended

Optional (O)

It is not important whether the property is used or not, but if used it may provide complementary information about the resource

This documentation uses the following namespace abbreviations:

OpenAIRE-Field Metadata Element Refinement by Vocabulary FAIR

dci:title dci:creator dci:contributor

aire:fundingReference dci:alternativeIdentifier

datacite:title datacite:creator datacite:contributor

oaire:fundingReference datacite:alternateIdentifier

title type <vocab:titletype_titletype> name type <vocab:nametype_nametype> | name type <vocab:nametype_nametype> | contributor type <vocab:contributortype_contributortype> funderIdentifier type <vocab:funderIdentifiertype_identifiertype> alternateIdentifier type <vocab:alternateIdentifiertype_identifiertype>

dci:relatedIdentifier

dci:dateEmbargo dc:language dc:publisher dci:datePublication aire:resourceType dc:description dc:format

datacite:relatedIdentifier

datacite:date dc:language dc:publisher datacite:date oaire:resourceType dc:description dc:format

relatedIdentifier type <vocab:relatedIdentifiertype_identifiertype>
relation type <vocab:relationtype_relationtype>
resourcetype general <vocab:resourcetypegeneral_resourcetypegeneral>

date type <vocab:datetype_datetype> IETF BCP 47, ISO 639-3

date type <vocab:datetype_datetype> COAR Resource Type Vocabulary

RDA-I3-01M
RDA-I3-02M
RDA-I3-03M
RDA-I3-04M

RDA-I1-01D

dci:identifier

datacite:identifier

identifier type <vocab:identifiertype_identifiertype>

RDA-F1-01M
RDA-F1-02M
RDA-A1.1-01D

dci:accessrights dc:source dci:subject aire:licenseCondition

dc:coverage dci:size dci:geolocation aire:version

datacite:rights dc:source datacite:subject oaire:licenseCondition

dc:coverage datacite:size datacite:geoLocation oaire:version

COAR Access Right Vocabulary

COAR Version Vocabulary

RDA-A1-01M

RDA-I1-01M | RDA-R1.1-01M | RDA-R1.1-02M | RDA-R1.1-03M

aire:file aire:citationTitle aire:citationVolume aire:citationIssue aire:citationStartPage aire:citationEndPage aire:citationEdition aire:citationConferencePlace aire:citationConferenceDate dct:audience

oaire:file oaire:citationTitle oaire:citationVolume oaire:citationIssue oaire:citationStartPage oaire:citationEndPage oaire:citationEdition oaire:citationConferencePlace oaire:citationConferenceDate dcterms:audience

COAR Access Right Vocabulary

RDA-F3-01M

The application profile is implemented in XML Schema. The files for the application profile and sample XML files are part of these Guidelines and also available on the GitHub repository.

In the XML metadata documents the schema must be declared as follows:

<oaire:resource xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:dcterms="http://purl.org/dc/terms/"
  xmlns:datacite="http://datacite.org/schema/kernel-4"
  xmlns:oaire="http://namespace.openaire.eu/schema/oaire/"
  xsi:schemaLocation="http://namespace.openaire.eu/schema/oaire/ https://www.openaire.eu/schema/repo-lit/4.0/openaire.xsd">

field_title field_creator field_contributor field_projectid field_alternativeidentifier field_relatedidentifier field_embargoenddate field_language field_publisher field_publicationdate field_publicationtype field_description field_format field_resourceidentifier field_accessrights field_source field_subject field_licensecondition field_coverage field_size field_geolocation field_resourceversion field_filelocation field_citationtitle field_citationvolume field_citationissue field_citationstartpage field_citationendpage field_citationedition field_citationconferenceplace field_citationconferencedate field_audience