4. Funding Reference (MA)

oaire:fundingReference

4.1. Cardinality

Mandatory if applicable

Occurrence: 0-n

4.2. Definition and Usage Instruction

Information about financial support (funding) for the resource being registered.

Usage Instruction

An authoritative list of projects is exposed by OpenAIRE through OAI-PMH and REST as documented at http://api.openaire.eu, and available for all repository managers. Values include the project name and project ID. The projectID equals the Grant Agreement identifier or Award number.

Remarks

  • introduced as info:eu-repo/grantAgreement in previous versions of the OpenAIRE Guidelines
  • adopting fundingReference element and subproperties from DataCite MetadataKernel v4.1 which replaces the info:eu-repo/grantAgreement syntax.
  • adding subproperty fundingStream to this application profile

4.2.1. Property fundingReference (MA, 0-n)

Repeat this property to indicate several different funders and projects.

4.2.2. Subproperty funderName (M)

Name of the funding provider (occurrence: 1). Mandatory if FundingReference is used.

4.2.3. Subproperty funderIdentifier (R)

Unique identifier of the funding entity (occurrence: 0-1).

4.2.3.1. Attribute funderIdentifiertype (R)

Type of the unique identifier of the funding entity (occurrence: 0-1).

Controlled list values

  • ISNI
  • GRID
  • Crossref Funder

see also Crossref Funder Registry

4.2.4. Subproperty fundingStream (O)

Name of the funding stream (optional) (occurrence: 0-1).

4.2.5. Subproperty awardNumber (MA)

Project grantId or awardNumber (occurrence: 1).

4.2.5.1. Attribute awardURI (R)

URI of the project landing page provided by the funder for more information about the award (grant) (occurrence: 0-1).

4.2.6. Subproperty awardTitle (R)

Title of the project, award or grant (occurrence: 0-1).

4.3. Example

An example utilizing all fields:

1
2
3
4
5
6
7
8
9
<oaire:fundingReferences>
 <oaire:fundingReference>
  <oaire:funderName>European Commission</datacite:funderName>
  <oaire:funderIdentifier funderIdentifierType="Crossref Funder ID">http://doi.org/10.13039/100010661</oaire:funderIdentifier>
  <oaire:fundingStream>Horizon 2020 Framework Programme</oaire:fundingStream>
  <oaire:awardNumber awardURI="http://cordis.europa.eu/project/rcn/194062_en.html">643410</oaire:awardNumber>
  <oaire:awardTitle>Open Access Infrastructure for Research in Europe 2020</oaire:awardTitle>
 </oaire:fundingReference>
</oaire:fundingReferences>