Link DMP IDs to other resources

The metadata associated with the DMP ID can be used to link it to related datasets and publications, the people involved, organizations, and funders. There are a few places where linking metadata can be added:

RelatedIdentifiers (e.g. DOIs) using the "citations" relationship types.

<relatedIdentifiers>
        <relatedIdentifier relatedIdentifierType="DOI" relationType="IsCitedBy" resourceTypeGeneral="JournalArticle">10.0158/4z9r-b441</relatedIdentifier>
    </relatedIdentifiers>

Creators and Contributors with their affiliations (e.g. ORCID iD + ROR iD)

<creators>
        <creator>
            <creatorName nameType="Personal">Carberry, Josiah</creatorName>
            <givenName>Josiah</givenName>
            <familyName>Carberry</familyName>
            <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0002-1028-6941</nameIdentifier>
            <affiliation affiliationIdentifier="https://ror.org/02qz8b764" affiliationIdentifierScheme="ROR" schemeURI="https://ror.org">Cold Spring Harbor Laboratory</affiliation>
        </creator>
    </creators>

Contributors can be of three types: ProjectLeader, Producer, DataCurator

<contributors>
<contributor contributorType="ProjectLeader">
<contributorName>Starr, Joan</contributorName>
<givenName>Joan</givenName>
<familyName>Starr</familyName>
<nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-7285-027X</nameIdentifier>
<affiliation>California Digital Library</affiliation>
</contributor>
</contributors>

Funders (e.g. FunderIDs)

<fundingReferences>
        <fundingReference>
            <funderName>National Science Foundation</funderName>
            <funderIdentifier funderIdentifierType="Crossref Funder ID">https://doi.org/10.13039/100000001</funderIdentifier>
            <awardNumber awardURI="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1745675&amp;HistoricalAwards=false">1745675</awardNumber>
            <awardTitle>DMP Roadmap: Making Data Management Plans Actionable</awardTitle>
        </fundingReference>
    </fundingReferences>