Funding Reference (MA, 0-n)

Specification of financial support (funding) by funders. If the described items where assembled in the course of funded projects, this should be stated here.

Allowed values, other constraints

An authoritative list of projects is exposed by OpenAIRE through OAI-PMH and REST (see documentation), and available for all repository managers. Values include the project name and ID and of course the funder. The project ID equals the Grant Agreement identifier or Award number. Please note that the set of funders integrated in OpenAIRE is continuously expanding.

Property fundingReference (MA, 0-n)

Specification of funding by way of a project.

Subproperty funderName (M, 1)

Name of the funding provider.

Subproperty funderIdentifier (MA, 0-n)

Unique identifier of the funding body. As identifiers are more distinct than names, available funder identifiers should be given.

Attribute funderIdentifierType (M, 1)

The type of the funder identifier.

Allowed values, other constraints

Exemplary Values:

Subproperty awardNumber (M, 0-1)

The funder’s code of the award (grant), i.e. the project number.

Attribute awardURI (O, 0-1)

A funder’s landing page URI informing about the award (grant).

Allowed values, other constraints

A URL.

Subproperty awardTitle (O, 0-1)

The title or name of the award (grant).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<fundingReferences>
  <fundingReference>
    <funderName>European Commission</funderName>
    <funderIdentifier funderIdentifierType="Crossref Funder">
       http://doi.org/10.13039/501100000780</funderIdentifier>
    <awardNumber awardURI="https://cordis.europa.eu/project/rcn/212961_en.html">777541</awardNumber>
    <awardTitle>OpenAIRE-Advance</awardTitle>
  </fundingReference>
  <fundingReference>
    <funderName>Academy of Finland</funderName>
    <funderIdentifier funderIdentifierType="ISNI">0000 0004 0647 6886</funderIdentifier>
    <awardNumber>80262</awardNumber>
    <awardTitle>Geophysics of the Seasonal Sea Ice Zone</awardTitle>
  </fundingReference>
</fundingReferences>

Context

Do Not Confuse With

  • d:creator (Use creator for primary responsibility, i.e authorship)
  • d:contributor (Use contributor in cases of lesser responsibility)
  • d:publisher (Use publisher for organisations e.g. when the nature of responsibility is ambiguous)

DataCite v4.3 Differentiation

  • fundingReference_ is mandatory if applicable in OpenAIRE instead of optional in DataCite.
  • funderIdentifier is mandatory if applicable in OpenAIRE instead of optional in DataCite.
  • funderIdentifier can occur 0-n times in OpenAIRE instead of 0-1 times in DataCite.
  • funderIdentifierType allows more types in OpenAIRE than in DataCite.
  • awardNumber is mandatory in OpenAIRE instead of optional for DataCite.

OpenAIRE Data Guidelines v Differentiation