DataCite Metadata Schema v4.4 XML Metadata Examples

Full DataCite XML Example

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
  <identifier identifierType="DOI">10.5072/example-full</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Miller, Elizabeth</creatorName>
      <givenName>Elizabeth</givenName>
      <familyName>Miller</familyName>
      <nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5000-0007</nameIdentifier>
      <affiliation>DataCite</affiliation>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en-US">Full DataCite XML Example</title>
    <title xml:lang="en-US" titleType="Subtitle">Demonstration of DataCite Properties.</title>
  </titles>
  <publisher xml:lang="en">DataCite</publisher>
  <publicationYear>2014</publicationYear>
  <subjects>
    <subject xml:lang="en-US" schemeURI="http://dewey.info/" subjectScheme="dewey" classificationCode="000">computer science</subject>
  </subjects>
  <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>
  <dates>
    <date dateType="Updated" dateInformation="Updated with 4.4 properties">2021-01-26</date>
  </dates>
  <language>en-US</language>
  <resourceType resourceTypeGeneral="Software">XML</resourceType>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="URL">https://schema.datacite.org/meta/kernel-4.4/example/datacite-example-full-v4.4.xml</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URL" relationType="HasMetadata" relatedMetadataScheme="citeproc+json" schemeURI="https://github.com/citation-style-language/schema/raw/master/csl-data.json">https://data.datacite.org/application/citeproc+json/10.5072/example-full</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="arXiv" relationType="IsReviewedBy" resourceTypeGeneral="Text">arXiv:0706.0001</relatedIdentifier>
  </relatedIdentifiers>
  <sizes>
    <size>4 kB</size>
  </sizes>
  <formats>
    <format>application/xml</format>
  </formats>
  <version>4.2</version>
  <rightsList>
    <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC0 1.0" rightsURI="https://creativecommons.org/publicdomain/zero/1.0/" />
  </rightsList>
  <descriptions>
    <description xml:lang="en-US" descriptionType="Abstract">XML example of all DataCite Metadata Schema v4.4 properties.</description>
  </descriptions>
  <geoLocations>
    <geoLocation>
      <geoLocationPlace>Atlantic Ocean</geoLocationPlace>
      <geoLocationPoint>
        <pointLongitude>-67.302</pointLongitude>
        <pointLatitude>31.233</pointLatitude>
      </geoLocationPoint>
      <geoLocationBox>
        <westBoundLongitude>-71.032</westBoundLongitude>
        <eastBoundLongitude>-68.211</eastBoundLongitude>
        <southBoundLatitude>41.090</southBoundLatitude>
        <northBoundLatitude>42.893</northBoundLatitude>
      </geoLocationBox>
      <geoLocationPolygon>
        <polygonPoint>
          <pointLatitude>41.991</pointLatitude>
          <pointLongitude>-71.032</pointLongitude>
        </polygonPoint>
        <polygonPoint>
          <pointLatitude>42.893</pointLatitude>
          <pointLongitude>-69.622</pointLongitude>
        </polygonPoint>
        <polygonPoint>
          <pointLatitude>41.991</pointLatitude>
          <pointLongitude>-68.211</pointLongitude>
        </polygonPoint>
        <polygonPoint>
          <pointLatitude>41.090</pointLatitude>
          <pointLongitude>-69.622</pointLongitude>
        </polygonPoint>
        <polygonPoint>
          <pointLatitude>41.991</pointLatitude>
          <pointLongitude>-71.032</pointLongitude>
        </polygonPoint>
      </geoLocationPolygon>
    </geoLocation>
  </geoLocations>
  <fundingReferences>
    <fundingReference>
      <funderName>National Science Foundation</funderName>
      <funderIdentifier funderIdentifierType="Crossref Funder ID">https://doi.org/10.13039/100000001</funderIdentifier>
      <awardNumber>CBET-106</awardNumber>
      <awardTitle>Full DataCite XML Example</awardTitle>
    </fundingReference>
  </fundingReferences>
  <relatedItems>
    <relatedItem relationType="IsPublishedIn" relatedItemType="Journal">
      <relatedItemIdentifier relatedItemIdentifierType="DOI">10.1016/j.physletb.2017.11.044</relatedItemIdentifier>
      <titles>
        <title>Physics letters / B</title>
      </titles>
      <publicationYear>2018</publicationYear>
      <volume>776</volume>
      <firstPage>249</firstPage>
      <lastPage>264</lastPage>
    </relatedItem>
  </relatedItems>
</resource>

Example for Affiliation

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
  <identifier identifierType="DOI">10.5072/example-full</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Miller, Elizabeth</creatorName>
      <givenName>Elizabeth</givenName>
      <familyName>Miller</familyName>
      <nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5000-0007</nameIdentifier>
      <affiliation affiliationIdentifier="https://ror.org/04wxnsj81" affiliationIdentifierScheme="ROR">DataCite</affiliation>
    </creator>
    <creator>
      <creatorName nameType="Personal">Carberry, Josiah</creatorName>
      <givenName>Josiah</givenName>
      <familyName>Carberry</familyName>
      <nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-1825-0097</nameIdentifier>
      <affiliation affiliationIdentifier="https://ror.org/05gq02987" affiliationIdentifierScheme="ROR">Brown University</affiliation>
      <affiliation affiliationIdentifier="grid.268117.b" affiliationIdentifierScheme="GRID" schemeURI="https://grid.ac/institutes/">Wesleyan University</affiliation>
    </creator>
    <creator>
      <creatorName nameType="Organizational">The Psychoceramics Study Group</creatorName>
      <affiliation affiliationIdentifier="https://ror.org/05gq02987" affiliationIdentifierScheme="ROR">Brown University</affiliation>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en-US">Full DataCite XML Example</title>
    <title xml:lang="en-US" titleType="Subtitle">Demonstration of DataCite Properties.</title>
  </titles>
  <publisher xml:lang="en">DataCite</publisher>
  <publicationYear>2014</publicationYear>
  <subjects>
    <subject xml:lang="en-US" schemeURI="http://dewey.info/" subjectScheme="dewey" classificationCode="000">computer science</subject>
  </subjects>
  <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 affiliationIdentifier="https://ror.org/03yrm5c26" affiliationIdentifierScheme="ROR">California Digital Library</affiliation>
    </contributor>
  </contributors>
  <dates>
    <date dateType="Updated" dateInformation="Updated with 4.4 properties">2021-01-26</date>
  </dates>
  <language>en-US</language>
  <resourceType resourceTypeGeneral="Software">XML</resourceType>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="URL">https://schema.datacite.org/meta/kernel-4.4/example/datacite-example-full-v4.4.xml</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URL" relationType="HasMetadata" relatedMetadataScheme="citeproc+json" schemeURI="https://github.com/citation-style-language/schema/raw/master/csl-data.json">https://data.datacite.org/application/citeproc+json/10.5072/example-full</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="arXiv" relationType="IsReviewedBy" resourceTypeGeneral="Text">arXiv:0706.0001</relatedIdentifier>
  </relatedIdentifiers>
  <sizes>
    <size>4 kB</size>
  </sizes>
  <formats>
    <format>application/xml</format>
  </formats>
  <version>4.3</version>
  <rightsList>
    <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC0 1.0" rightsURI="http://creativecommons.org/publicdomain/zero/1.0/" />
  </rightsList>
  <descriptions>
    <description xml:lang="en-US" descriptionType="Abstract">
      XML example of all DataCite Metadata Schema v4.4 properties.
    </description>
  </descriptions>
  <geoLocations>
    <geoLocation>
      <geoLocationPlace>Atlantic Ocean</geoLocationPlace>
      <geoLocationPoint>
        <pointLongitude>-67.302</pointLongitude>
        <pointLatitude>31.233</pointLatitude>
      </geoLocationPoint>
      <geoLocationBox>
        <westBoundLongitude>-71.032</westBoundLongitude>
        <eastBoundLongitude>-68.211</eastBoundLongitude>
        <southBoundLatitude>41.090</southBoundLatitude>
        <northBoundLatitude>42.893</northBoundLatitude>
      </geoLocationBox>
      <geoLocationPolygon>
        <polygonPoint>
          <pointLatitude>41.991</pointLatitude>
          <pointLongitude>-71.032</pointLongitude>
        </polygonPoint>
        <polygonPoint>
          <pointLatitude>42.893</pointLatitude>
          <pointLongitude>-69.622</pointLongitude>
        </polygonPoint>
        <polygonPoint>
          <pointLatitude>41.991</pointLatitude>
          <pointLongitude>-68.211</pointLongitude>
        </polygonPoint>
        <polygonPoint>
          <pointLatitude>41.090</pointLatitude>
          <pointLongitude>-69.622</pointLongitude>
        </polygonPoint>
        <polygonPoint>
          <pointLatitude>41.991</pointLatitude>
          <pointLongitude>-71.032</pointLongitude>
        </polygonPoint>
      </geoLocationPolygon>
    </geoLocation>
  </geoLocations>
  <fundingReferences>
    <fundingReference>
      <funderName>National Science Foundation</funderName>
      <funderIdentifier funderIdentifierType="Crossref Funder ID">https://doi.org/10.13039/100000001</funderIdentifier>
      <awardNumber>CBET-106</awardNumber>
      <awardTitle>Full DataCite XML Example</awardTitle>
    </fundingReference>
  </fundingReferences>
  <relatedItems>
    <relatedItem relationType="IsPublishedIn" relatedItemType="Journal">
      <relatedItemIdentifier relatedItemIdentifierType="DOI">10.1016/j.physletb.2017.11.044</relatedItemIdentifier>
      <titles>
        <title>Physics letters / B</title>
      </titles>
      <publicationYear>2018</publicationYear>
      <volume>776</volume>
      <firstPage>249</firstPage>
      <lastPage>264</lastPage>
    </relatedItem>
  </relatedItems>
</resource>

Example for software

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
  <identifier identifierType="DOI">10.5072/example-software-2.0</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Zielinski, AT</creatorName>
      <nameIdentifier schemeURI="https://orcid.org" nameIdentifierScheme="ORCID">0000-0002-2997-2175</nameIdentifier>
    </creator>
    <creator>
      <creatorName nameType="Personal">Kalberer, M</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Bortolini, C</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Giorio, C</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Fuller, SJ</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Kourtchev, I</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Popoola, O</creatorName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">Code supporting "A new processing scheme for ultra-high resolution direct infusion mass spectrometry data"</title>
  </titles>
  <publisher>Apollo - University of Cambridge Repository</publisher>
  <publicationYear>2017</publicationYear>
  <subjects>
    <subject>UHRMS</subject>
    <subject>ESI</subject>
    <subject>APPI</subject>
    <subject>Environmental samples</subject>
    <subject>direct infusion</subject>
    <subject>Orbitrap</subject>
  </subjects>
  <contributors>
    <contributor contributorType="HostingInstitution">
      <contributorName xml:lang="en" nameType="Organizational">Apollo - University of Cambridge Repository</contributorName>
    </contributor>
  </contributors>
  <dates>
    <date dateType="Issued">2017-05-08</date>
    <date dateType="Available">2017-05-08</date>
  </dates>
  <language>en</language>
  <resourceType resourceTypeGeneral="Software">Software</resourceType>
  <relatedIdentifiers>
    <relatedIdentifier relationType="IsNewVersionOf" relatedIdentifierType="DOI">doi:10.5072/example-software-1.0</relatedIdentifier>
    <relatedIdentifier relationType="IsVersionOf" relatedIdentifierType="DOI">doi:10.5072/example-software-repository</relatedIdentifier>
  </relatedIdentifiers>
  <formats>
    <format>application/ld+json</format>
  </formats>
  <version>2.0</version>
  <rightsList>
    <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="GPL-3.0-only" rightsURI="https://opensource.org/licenses/GPL-3.0" />
  </rightsList>
  <descriptions>
    <description xml:lang="en" descriptionType="Abstract">Set of scripts used to process direct infusion mass spectrometry data as described in the associated paper</description>
    <description xml:lang="en" descriptionType="TechnicalInfo">Scripts written and run using Wolfram Mathematica (confirmed with versions 10.2 to 11.1). Assumes raw data matches format produced by a LTQ Orbitrap Velos mass spectrometer and exported by the proprietary software (Xcalibur) to a comma-separated values (.csv) file. The .csv files are the expected input into the Mathematica scripts.</description>
  </descriptions>
</resource>

Example for a data paper

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
  <identifier identifierType="DOI">10.5072/example-datapaper</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Hammond, Mark D</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Jones, Daniel C</creatorName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">Freshwater flux from ice sheet melting and iceberg calving in the Southern Ocean</title>
  </titles>
  <publisher xml:lang="en">Royal Meteorological Society</publisher>
  <publicationYear>2016</publicationYear>
  <subjects>
    <subject xml:lang="en">freshwater</subject>
    <subject xml:lang="en">Southern Ocean</subject>
    <subject xml:lang="en">modelling</subject>
    <subject xml:lang="en">Antarctica</subject>
  </subjects>
  <language>en</language>
  <resourceType resourceTypeGeneral="DataPaper">Dataset</resourceType>
  <relatedIdentifiers>
    <relatedIdentifier relationType="Describes" relatedIdentifierType="DOI">doi:10.5072/dataset</relatedIdentifier>
  </relatedIdentifiers>
  <descriptions>
    <description descriptionType="Abstract">This dataset is a multiyear mean Southern Ocean freshwater flux field that uses recently compiled measurements of ice sheet melting, iceberg calving, iceberg tracking, and river runoff</description>
  </descriptions>
  <relatedItems>
    <relatedItem relationType="IsPublishedIn" relatedItemType="Journal">
      <relatedItemIdentifier relatedItemIdentifierType="DOI">10.1002/gdj3.43</relatedItemIdentifier>
      <titles>
        <title>Geoscience Data Journal</title>
      </titles>
      <publicationYear>2016</publicationYear>
      <volume>3</volume>
      <issue>2</issue>
      <firstPage>60</firstPage>
      <lastPage>62</lastPage>
    </relatedItem>
  </relatedItems>
</resource>

Example for a simple dataset

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
  <identifier identifierType="DOI">10.5072/D3P26Q35R-Test</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Fosmire, Michael</creatorName>
      <givenName>Michael</givenName>
      <familyName>Fosmire</familyName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Wertz, Ruth</creatorName>
      <givenName>Ruth</givenName>
      <familyName>Wertz</familyName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Purzer, Senay</creatorName>
       <givenName>Senay</givenName>
      <familyName>Purzer</familyName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">Critical Engineering Literacy Test (CELT)</title>
  </titles>
  <publisher xml:lang="en">Purdue University Research Repository (PURR)</publisher>
  <publicationYear>2013</publicationYear>
  <subjects>
    <subject xml:lang="en">Assessment</subject>
    <subject xml:lang="en">Information Literacy</subject>
    <subject xml:lang="en">Engineering</subject>
    <subject xml:lang="en">Undergraduate Students</subject>
    <subject xml:lang="en">CELT</subject>
    <subject xml:lang="en">Purdue University</subject>
  </subjects>
  <language>en</language>
  <resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
  <version>1.0</version>
  <descriptions>
    <description xml:lang="en" descriptionType="Abstract">
      We developed an instrument, Critical Engineering Literacy Test (CELT), which is a multiple choice instrument designed to measure undergraduate students’ scientific and information literacy skills. It requires students to first read a technical memo
      and, based on the memo’s arguments, answer eight multiple choice and six open-ended response questions. We collected data from 143 first-year engineering students and conducted an item analysis. The KR-20 reliability of the instrument was .39. Item
      difficulties ranged between .17 to .83. The results indicate low reliability index but acceptable levels of item difficulties and item discrimination indices. Students were most challenged when answering items measuring scientific and mathematical
      literacy (i.e., identifying incorrect information).
    </description>
  </descriptions>
</resource>

Example with complicated values

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
  <identifier identifierType="DOI">10.5072/testpub</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Smith, John</creatorName>
      <givenName>John</givenName>
      <familyName>Smith</familyName>
    </creator>
    <creator>
      <creatorName>つまらないものですが</creatorName>
      <nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000134596520</nameIdentifier>
    </creator>
  </creators>
  <titles>
    <title xml:lang="pl">Właściwości rzutowań podprzestrzeniowych</title>
    <title xml:lang="en" titleType="TranslatedTitle">Translation of Polish titles</title>
  </titles>
  <publisher xml:lang="en">Springer</publisher>
  <publicationYear>2010</publicationYear>
  <subjects>
    <subject xml:lang="en" subjectScheme="DDC">830 German &amp; related literatures</subject>
    <subject xml:lang="en">Polish Literature</subject>
  </subjects>
  <contributors>
    <contributor contributorType="DataCollector">
      <contributorName nameType="Personal">Doe, John</contributorName>
      <givenName>John</givenName>
      <familyName>Doe</familyName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-5393-1421</nameIdentifier>
    </contributor>
  </contributors>
  <language>de</language>
  <resourceType resourceTypeGeneral="Text">Monograph</resourceType>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="ISBN">937-0-4523-12357-6</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="IsPartOf">10.5272/oldertestpub</relatedIdentifier>
  </relatedIdentifiers>
  <sizes>
    <size>256 pages</size>
  </sizes>
  <formats>
    <format>pdf</format>
  </formats>
  <version>2</version>
  <rightsList>
    <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC-BY-ND-2.0" rightsURI="http://creativecommons.org/licenses/by-nd/2.0/"/>  </rightsList>
  <descriptions>
    <description xml:lang="la" descriptionType="Abstract">
      Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
      takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores
      et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    </description>
  </descriptions>
</resource>

Example with DataCollector as Contributor and a geoLocation box

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5072/DataCollector_dateCollected_geoLocationBox</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Peach, A.</creatorName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">
      Temperature and Humidity in School Classrooms, Ponhook Lake, N.S., 1961-1962
    </title>
  </titles>
  <publisher xml:lang="en">National Research Council Canada</publisher>
  <publicationYear>1963</publicationYear>
  <subjects>
    <subject xml:lang="en" schemeURI="http://lccn.loc.gov/sh85062931" subjectScheme="LCCN">Temperature</subject>
    <subject xml:lang="en" schemeURI="http://lccn.loc.gov/sh85133712" subjectScheme="LCCN">Humidity</subject>
    <subject xml:lang="en" schemeURI="http://lccn.loc.gov/sh88003345" subjectScheme="LCCN">Classrooms</subject>
    <subject xml:lang="en">Ponhook Lake (N.S.)</subject>
  </subjects>
  <contributors>
    <contributor contributorType="DataCollector">
      <contributorName nameType="Personal">Pomegranate, B.</contributorName>
    </contributor>
  </contributors>
  <dates>
    <date dateType="Collected">1961-06-01/1962-10-12</date>
  </dates>
  <language>en</language>
  <resourceType resourceTypeGeneral="Text">report</resourceType>
  <sizes>
    <size>10 p.</size>
  </sizes>
  <descriptions>
    <description xml:lang="en" descriptionType="Abstract">
      The Division has been taking records of temperatures and humidities in groups of houses at various locations in Canada over the past several years. This survey has more recently been extended to include schools. Records obtained from classrooms in
      six schools in Ponhook Lake, Nova Scotia from June 1, 1961-October 12, 1962 are now reported.
    </description>
  </descriptions>
  <geoLocations>
    <geoLocation>
      <geoLocationPlace>Ponhook Lake, Nova Scotia</geoLocationPlace>
      <geoLocationBox>
        <westBoundLongitude>-64.2</westBoundLongitude>
        <eastBoundLongitude>-63.8</eastBoundLongitude>
        <southBoundLatitude>44.7167</southBoundLatitude>
        <northBoundLatitude>44.9667</northBoundLatitude>
      </geoLocationBox>
    </geoLocation>
  </geoLocations>
</resource>

Example with GeoLocation

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5072/geoPointExample</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Schumann, Kai</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Völker, David</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Weinrebe, Wilhelm Reiber</creatorName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">
      Gridded results of swath bathymetric mapping of Disko Bay, Western Greenland, 2007-2008
    </title>
  </titles>
  <publisher xml:lang="en">
    PANGAEA - Data Publisher for Earth &amp; Environmental Science
  </publisher>
  <publicationYear>2011</publicationYear>
  <subjects>
    <subject xml:lang="en" subjectScheme="DDC">551 Geology, hydrology, meteorology</subject>
  </subjects>
  <contributors>
    <contributor contributorType="HostingInstitution">
      <contributorName nameType="Organizational">
        IFM-GEOMAR Leibniz-Institute of Marine Sciences, Kiel University
      </contributorName>
      <nameIdentifier nameIdentifierScheme="ROR" schemeURI="http://ror.org/">https://ror.org/02h2x0161</nameIdentifier>
    </contributor>
  </contributors>
  <language>en</language>
  <resourceType resourceTypeGeneral="Dataset"/>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="Continues">10.5072/timeSeries</relatedIdentifier>
  </relatedIdentifiers>
  <sizes>
    <size>4 datasets</size>
  </sizes>
  <formats>
    <format>application/zip</format>
  </formats>
  <rightsList>
    <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="
CC-BY-3.0"  rightsURI="http://creativecommons.org/licenses/by/3.0/deed">Creative Commons Attribution-NoDerivs 2.0 Generic</rights></rightsList>
  <descriptions>
    <description xml:lang="en" descriptionType="Abstract">
      A ship-based acoustic mapping campaign was conducted at the exit of Ilulissat Ice Fjord and in the sedimentary basin of Disko Bay to the west of the fjord mouth. Submarine landscape and sediment distribution patterns are interpreted in terms of
      glaciomarine facies types that are related to variations in the past position of the glacier front. In particular, asymmetric ridges that form a curved entity and a large sill at the fjord mouth may represent moraines hat depict at least two
      relatively stable positions of the ice front in the Disko Bay and at the fjord mouth. In this respect, Ilulissat Glacier shows prominent differences to the East Greenland Kangerlussuaq Glacier which is comparable in present size and present role for
      the ice discharge from the inland ice sheet. Two linear clusters of pockmarks in the center of the sedimentary basin seem to be linked to ongoing methane release due to dissociation of gas hydrates, a process fueled by climate warming in the Arctic
      realm.
    </description>
  </descriptions>
  <geoLocations>
    <geoLocation>
      <geoLocationPlace>Disko Bay</geoLocationPlace>
      <geoLocationPoint>
        <pointLongitude>-52.000000</pointLongitude>
        <pointLatitude>69.000000</pointLatitude>
      </geoLocationPoint>
    </geoLocation>
  </geoLocations>
</resource>

Example with Polygon

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5072/example-polygon-advanced</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Stefan Jakobsson</creatorName>
      <givenName>Stefan</givenName>
      <familyName>Jakobsson></familyName>
      <affiliation>Swedish National Data Service</affiliation>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">Advanced DataCite polygon example</title>
  </titles>
  <publisher>DataCite</publisher>
  <publicationYear>2017</publicationYear>
  <resourceType resourceTypeGeneral="Software">XML</resourceType>
  <version>4.3</version>
  <geoLocations>
    <geoLocation>
      <!--
      Tavenui Island crosses the 180th meridian and is therefore represented by 
      two polygons
      -->
      <geoLocationPlace>Taveuni Island</geoLocationPlace>
      <geoLocationPolygons>
        <geoLocationPolygon>
          <polygonPoint>
            <pointLongitude>-179.84834</pointLongitude>
            <pointLatitude>-16.75655</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-179.85125</pointLongitude>
            <pointLatitude>-16.70427</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-179.88026</pointLongitude>
            <pointLatitude>-16.6625</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-180</pointLongitude>
            <pointLatitude>-16.774761</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-180</pointLongitude>
            <pointLatitude>-16.987368</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-179.81332</pointLongitude>
            <pointLatitude>-16.79501</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-179.84834</pointLongitude>
            <pointLatitude>-16.75655</pointLatitude>
          </polygonPoint>
        </geoLocationPolygon>
        <geoLocationPolygon>
          <polygonPoint>
            <pointLongitude>180</pointLongitude>
            <pointLatitude>-16.774761</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>179.97324</pointLongitude>
            <pointLatitude>-16.79985</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>179.87342</pointLongitude>
            <pointLatitude>-16.97126</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>179.91126</pointLongitude>
            <pointLatitude>-17.01977</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>179.9858</pointLongitude>
            <pointLatitude>-17.002</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>180</pointLongitude>
            <pointLatitude>-16.987368</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>180</pointLongitude>
            <pointLatitude>-16.774761</pointLatitude>
          </polygonPoint>
        </geoLocationPolygon>
      </geoLocationPolygons>
    </geoLocation>
    <geoLocation>
      <geoLocationPlace>Almost the entire earth</geoLocationPlace>
      <geoLocationPolygons>
        <!-- 
        This polygon is larger than half the earth, inPolygonPoint is therefore
        used to indicate the inside of the polygon 
        -->
        <geoLocationPolygon>
          <polygonPoint>
            <pointLongitude>-165</pointLongitude>
            <pointLatitude>85</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-175</pointLongitude>
            <pointLatitude>75</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-175</pointLongitude>
            <pointLatitude>-75</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-165</pointLongitude>
            <pointLatitude>-85</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>165</pointLongitude>
            <pointLatitude>-85</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>175</pointLongitude>
            <pointLatitude>-75</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>175</pointLongitude>
            <pointLatitude>75</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>165</pointLongitude>
            <pointLatitude>85</pointLatitude>
          </polygonPoint>
          <polygonPoint>
            <pointLongitude>-165</pointLongitude>
            <pointLatitude>85</pointLatitude>
          </polygonPoint>
          <inPolygonPoint>
            <pointLongitude>0</pointLongitude>
            <pointLatitude>0</pointLatitude>
          </inPolygonPoint>
        </geoLocationPolygon>
      </geoLocationPolygons>
    </geoLocation>
  </geoLocations>
</resource>

Example with HasMetadata as related resource

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5072/example</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Mari, Bernard</creatorName>
      <givenName>Bernard</givenName>
      <familyName>Mari</familyName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Puissegur, Marie-Pierre</creatorName>
      <givenName>Marie-Pierre</givenName>
      <familyName>Puissegur</familyName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Barbry, Pascal</creatorName>
      <givenName>Pascal</givenName>
      <familyName>Barbry</familyName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Lebrigand, Kevin</creatorName>
      <givenName>Kevin</givenName>
      <familyName>Lebrigand</familyName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">
      Identification of putative novel specific targets of mir-210 in A549 human adenocarcinoma cells
    </title>
  </titles>
  <publisher xml:lang="fr">
    Institut de Pharmacologie Moleculaire et Cellulaire (IPMC), CNRS UMR6097, Universite de Nice Sophia-Antipolis, 660 route des lucioles, 06560 Valbonne - Sophia-Antipolis, France
  </publisher>
  <publicationYear>2010</publicationYear>
  <subjects>
    <subject schemeURI="http://www.nlm.nih.gov/mesh/meshhome.html" subjectScheme="Mesh">Neoplasms</subject>
    <subject schemeURI="http://purl.obolibrary.org/obo/obi" subjectScheme="OBI">Transcription profiling</subject>
    <subject schemeURI="http://www.ncbi.nlm.nih.gov/Taxonomy/" subjectScheme="NCBITaxon">Homo sapiens</subject>
    <subject schemeURI="http://www.ebi.ac.uk/efo" subjectScheme="Mesh">A549</subject>
    <subject schemeURI="http://purl.obolibrary.org/obo/obi" subjectScheme="OBI">DNA microarray</subject>
  </subjects>
  <contributors>
    <contributor contributorType="HostingInstitution">
      <contributorName xml:lang="fr" nameType="Organizational">INIST-CNRS</contributorName>
    </contributor>
  </contributors>
  <language>en</language>
  <resourceType resourceTypeGeneral="Text">Experiment report</resourceType>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URL" relatedMetadataScheme="ISA-Tab" relationType="HasMetadata" schemeType="Text" schemeURI="http://isatab.sourceforge.net/docs/ISA-TAB_release-candidate-1_v1.0_24nov08.pdf">http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE18695</relatedIdentifier>
  </relatedIdentifiers>
  <sizes>
    <size>183 ko</size>
    <size>3 pages</size>
  </sizes>
  <formats>
    <format>PDF</format>
  </formats>
  <rightsList>
    <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/"   rightsIdentifierScheme="SPDX" rightsIdentifier="CC-BY-NC-ND-3.0"  rightsURI="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>  </rightsList>
  <descriptions>
    <description xml:lang="en" descriptionType="Abstract">
      To identify putative novel specific targets of mir-210, we overexpressed miR-210 as well as miR-34a and a siRNA targeted against E2F3 in A549 human adenocarcinoma cells by transfecting them with synthetic pre-miRNAs or a synthetic negative pre-miRNA
      as control (miR-Neg). RNA samples were harvested at 48 hours post-transfection and 2 independent experiments performed in dye-swap: miR-210 versus miR-Neg ; miR-34a versus miR-Neg ; si-E2F3 versus miR-Neg ; si-control versus miR-Neg.
    </description>
  </descriptions>
</resource>

Example with IsIdenticalTo as related resource

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5072/10.CPoS-example</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Kreyenfeld, Michaela</creatorName>
      <givenName>Michaela</givenName>
      <familyName>Kreyenfeld</familyName>
      <nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000117540116</nameIdentifier>
    </creator>
    <creator>
      <creatorName nameType="Personal">Hornung, Anne</creatorName>
      <givenName>Anne</givenName>
      <familyName>Hornung</familyName>
      <nameIdentifier nameIdentifierScheme="VIAF" schemeURI="http://viaf.org/viaf/">304639093</nameIdentifier>
    </creator>
    <creator>
      <creatorName nameType="Personal">Kubisch, Karolin</creatorName>
      <givenName>Karolin</givenName>
      <familyName>Kubisch</familyName>
      <nameIdentifier nameIdentifierScheme="VIAF" schemeURI="http://viaf.org/viaf/">303937450</nameIdentifier>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">The German Generations and Gender Survey</title>
    <title xml:lang="en" titleType="Subtitle">Some Critical Reflections on the Validity of Fertility Histories</title>
  </titles>
  <publisher xml:lang="en">Federal Institute for Population Research, Germany</publisher>
  <publicationYear>2013</publicationYear>
  <subjects>
    <subject xml:lang="en">Fertility</subject>
    <subject xml:lang="en">Marriage</subject>
    <subject xml:lang="en">Germany</subject>
    <subject xml:lang="en">Data validation</subject>
    <subject xml:lang="en">Mikrozensus</subject>
    <subject xml:lang="en">Gender survey</subject>
    <subject xml:lang="en" schemeURI="http://www.gesis.org/en/services/research/tools-for-searching/classification" subjectScheme="GESIS">10300 Demography, Population Research</subject>
  </subjects>
  <contributors>
    <contributor contributorType="Editor">
      <contributorName xml:lang="en" nameType="Organizational">Federal Institute for Population Research</contributorName>
      <nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000094455866</nameIdentifier>
    </contributor>
  </contributors>
  <language>en</language>
  <resourceType resourceTypeGeneral="Text">Article</resourceType>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="internal ID">da|ra.14.103</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URN" relationType="IsIdenticalTo">urn:nbn:de:bib-cpos-2013-02en8</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="IsIdenticalTo">10.4232/10.CPoS-2013-02en</relatedIdentifier>
  </relatedIdentifiers>
  <formats>
    <format>PDF</format>
  </formats>
  <version>1</version>
  <rightsList>
   <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC-BY-NC-ND-3.0" rightsURI="http://creativecommons.org/licenses/by-nc-nd/3.0/deed">Creative Commons License: Attribution-NonCommercial-NoDerivs 3.0 Unported</rights>
  </rightsList>
  <descriptions>
    <description xml:lang="en" descriptionType="SeriesInformation">Comparative Population Studies Vol 38, No 1 (2013)</description>
    <description xml:lang="en" descriptionType="Abstract">This paper validates the fertility histories of the German Generations and Gender Survey (GGS). Focusing on the cohorts 1930-69 of West German women, the total number of children, the parity distribution and the parity progression ratios are comparedto external sources. One major result from this validation is that the German GGS understates the fertility for the older cohorts and overstates it for the younger ones.</description>
  </descriptions>
</resource>

Example with ResearchGroup as Contributor and Methods as Description

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5072/FK25H7QRS</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Rizk-Jackson, Angela</creatorName>
      <givenName>Angela</givenName>
      <familyName>Rizk-Jackson</familyName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-1732-8550</nameIdentifier>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">Analysis of ADNI data: Normal to MCI conversion</title>
  </titles>
  <publisher xml:lang="en">University of California, San Francisco</publisher>
  <publicationYear>2013</publicationYear>
  <subjects>
    <subject xml:lang="en">Aging</subject>
    <subject xml:lang="en">Cognition</subject>
    <subject xml:lang="en">Risk-factor</subject>
    <subject xml:lang="en">Mild Cognitive Impairment</subject>
    <subject xml:lang="en">Prediction</subject>
    <subject xml:lang="en">Modeling</subject>
  </subjects>
  <contributors>
    <contributor contributorType="ResearchGroup">
      <contributorName xml:lang="en" nameType="Organizational">Center for Imaging of Neurodegenerative Disease</contributorName>
    </contributor>
  </contributors>
  <resourceType resourceTypeGeneral="Dataset"/>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="IsReferencedBy">10.5072/j.jalz.2012.05.911</relatedIdentifier>
  </relatedIdentifiers>
  <descriptions>
    <description xml:lang="en" descriptionType="Abstract">
      This study replication data resource includes information referencing specific items in the Alzheimer's Disease Neuroimaging Initiative (ADNI) database that were used with the included analysis scripts (R statistical software) to reach conclusions
      presented in the referenced publication (DOI: 10.1016/j.jalz.2012.05.911).
    </description>
    <description xml:lang="en" descriptionType="Methods">
      Utilizing the ADNI database, we identified 41 individuals who remained stable for 48-months (NC) and 16 who converted to MCI (CNV). Of these 57 subjects, all had available baseline clinical and MRI data, but only 16 NC and 11 CNV had available
      FDG-PET data. Wilcoxon Rank Sum tests assessed baseline demographic and clinical imbalances between CNV and NC. The effect of conversion status on neuroimaging measures at baseline was tested using linear regression modeling. Finally, linear
      discriminant analysis (LDA) models were created using features from an a-priori subset of clinical metrics, MRI measures, and FDG-PET measures obtained at baseline to predict which individuals would later convert to MCI and which would remain stable.
      We used a leave-one-out cross validation strategy and permutation analysis to confirm significance.
    </description>
  </descriptions>
</resource>

Example with Collection as ResourceType

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5072/1003496</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Barton, T.</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Bowler, D.</creatorName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">
      Archaeological Evaluation, 64 Kenneth Street, Stornoway Isle of Lewis
    </title>
  </titles>
  <publisher xml:lang="en">Scottish Urban Archaeological Trust Ltd.</publisher>
  <publicationYear>2008</publicationYear>
  <subjects>
    <subject xml:lang="en">Archaeology</subject>
    <subject xml:lang="en">Grey Literature</subject>
  </subjects>
  <language>en</language>
  <resourceType resourceTypeGeneral="Collection">Report</resourceType>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="ADS Grey Lit ID">4335</alternateIdentifier>
    <alternateIdentifier alternateIdentifierType="OASIS ID">suatltd1-48159</alternateIdentifier>
  </alternateIdentifiers>
  <sizes>
    <size>Doc: 46 kb</size>
    <size>PDF: 750 kb</size>
    <size>JPG: 700 kb</size>
  </sizes>
  <formats>
    <format>application/msword</format>
    <format>application/pdf</format>
    <format>image/jpeg</format>
  </formats>
  <rightsList>
    <rights xml:lang="en" rightsURI="http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess">Terms of Use and Access to ADS Resources</rights>
  </rightsList>
  <descriptions>
    <description xml:lang="en" descriptionType="Other">
      Unpublished fieldwork reports (Grey Literature Library)
    </description>
  </descriptions>
  <geoLocations>
    <geoLocation>
      <geoLocationPlace>Stornoway, Western Isles, Scotland</geoLocationPlace>
    </geoLocation>
  </geoLocations>
</resource>

Example with Video as ResourceType

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5072/1153992</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Lynn, Briscoe</creatorName>
      <givenName>Briscoe</givenName>
      <familyName>Lynn</familyName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">Walking Your Space, Evaluating Your Home</title>
    <title xml:lang="en" titleType="Subtitle">Making Energy Efficiency Work for You</title>
  </titles>
  <publisher xml:lang="en">Photovoltaic Institute</publisher>
  <publicationYear>2013</publicationYear>
  <subjects>
    <subject xml:lang="en">Solar Energy</subject>
  </subjects>
  <language>en</language>
  <resourceType resourceTypeGeneral="Audiovisual">narrated video</resourceType>
  <formats>
    <format>MP4</format>
  </formats>
  <descriptions>
    <description xml:lang="en" descriptionType="Abstract">
      This hour-long video features John Halter as the narrator. Mr. Halter is best known as a journalist rather than a TV star, and here he plays that role as he does an "expose" type of walkthrough a new home. The home has been advertised as a house with
      the very latest in state-of-the art energy efficiency, especially solar. Mr. Halter puts the home through an investigation and determines that it can, indeed, live up to its claims.
    </description>
  </descriptions>
</resource>

Example for a workflow ResourceType

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5072/100044</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Luo, R</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Liu, B</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Xie, Y</creatorName>
    </creator>
    <creator>
      <creatorName nameType="Personal">Li, Z</creatorName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">
      Software and supporting material for "SOAPdenovo2: An empirically improved memory-efficient short read de novo assembly"
    </title>
  </titles>
  <publisher xml:lang="en">GigaScience Database</publisher>
  <publicationYear>2012</publicationYear>
  <subjects>
    <subject xml:lang="en">DNA (Genetics)</subject>
    <subject xml:lang="en">Computer Program</subject>
  </subjects>
  <dates>
    <date dateType="Available">2012-12-13</date>
  </dates>
  <language>en</language>
  <resourceType resourceTypeGeneral="Workflow">Software</resourceType>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="IsReferencedBy">10.5072/2047-217X-1-1</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="Compiles">10.5072/100038</relatedIdentifier>
  </relatedIdentifiers>
  <sizes>
    <size>31 MB</size>
  </sizes>
  <rightsList>
    <rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC0 1.0" rightsURI="http://creativecommons.org/publicdomain/zero/1.0/"/>  </rightsList>
  <descriptions>
    <description xml:lang="en" descriptionType="Abstract">
      SOAPdenovo2 is the latest de novo genome assembly package from BGI's SOAP (short oligonucleotide analysis package) suite of tools (homepage here: http://soap.genomics.org.cn/). Compared to SOAPdenovo1, this new version has the advantage of a new
      algorithm design that reduces memory consumption in graph construction, resolves more repeat regions in contig assembly, increases coverage and length in scaffold construction, improves gap closure, and is optimized for large genomes. Using new
      sequencing data from the YH (Homo sapiens) diploid genome - the first sequenced Han Chinese individual, an updated assembly was produced (see dataset here: doi:10.5524/100038), with the N50 scores for the contig and scaffold being 3-fold and 50-fold
      longer, respectively, than the first published version. The genome coverage increased from 81.16% to 93.91%, and memory consumption was ~2/3 times lower during the point of largest memory consumption. Benchmarking with Assemblathon1 and GAGE datasets
      shows that SOAPdenovo2 greatly surpasses its predecessor SOAPdenovo1 and is competitive to other assemblers on both assembly length and accuracy. In order to facilitate readers to repeat and recreate these findings, configured packages with the
      compressed pipelines containing all of the necessary shell scripts and tools are available from the BGI FTP server (ftp://public.genomics.org.cn/BGI/SOAPdenovo2). The latest version of SOAPdenovo2 is available from Sourceforge:
      http://soapdenovo2.sourceforge.net/ These pipelines will also soon be made available from our data platform as Galaxy workflows: http://galaxy.cbiit.cuhk.edu.hk/
    </description>
  </descriptions>
</resource>

Example with fundingReference

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
  <identifier identifierType="DOI">10.5281/zenodo.47394</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Dedeurwaerdere, Tom</creatorName>
      <givenName>Tom</givenName>
      <familyName>Dedeurwaerdere</familyName>
      <affiliation affiliationIdentifier="https://ror.org/02495e989" affiliationIdentifierScheme="ROR">Université catholique de Louvain</affiliation>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">Combining internal and external motivations in multi-actor governance arrangements for biodiversity and ecosystem services</title>
  </titles>
  <publisher xml:lang="en">Zenodo</publisher>
  <publicationYear>2016</publicationYear>
  <subjects>
    <subject xml:lang="en">Internal motivations</subject>
    <subject xml:lang="en">Biodiversity</subject>
    <subject xml:lang="en">Multi-actor governance</subject>
    <subject xml:lang="en">Payment for ecosystem services</subject>
    <subject xml:lang="en">Crowding out</subject>
  </subjects>
  <fundingReferences>
    <fundingReference>
      <funderName>European Commission</funderName>
      <funderIdentifier funderIdentifierType="Crossref Funder ID" schemeURI="http://doi.org/">http://doi.org/10.13039/501100000780</funderIdentifier>
      <awardNumber awardURI="http://cordis.europa.eu/project/rcn/100180_en.html">282625</awardNumber>
      <awardTitle>MOTivational strength of ecosystem services and alternative ways to express the value of BIOdiversity</awardTitle>
    </fundingReference>
    <fundingReference>
      <funderName>European Commission</funderName>
      <funderIdentifier funderIdentifierType="ROR" schemeURI="http://ror.org/">https://ror.org/00k4n6c32</funderIdentifier>
      <awardNumber awardURI="http://cordis.europa.eu/project/rcn/100603_en.html">284382</awardNumber>
      <awardTitle>Institutionalizing global genetic-resource commons. Global Strategies for accessing and using essential public knowledge assets in the life sciences</awardTitle>
    </fundingReference>
  </fundingReferences>
  <dates>
    <date dateType="Issued">2016-03-11</date>
  </dates>
  <resourceType resourceTypeGeneral="Dataset"/>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="URL">http://zenodo.org/record/47394</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URL" relationType="HasPart">https://zenodo.org/record/47394/files/Data_All_Internal_motivations.pdf</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="URL" relationType="HasPart">https://zenodo.org/record/47394/files/survey_questionnaire_internal_motivations.pdf</relatedIdentifier>
  </relatedIdentifiers>
  <rightsList>
    <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
    <rights rightsURI="http://creativecommons.org/publicdomain/zero/1.0/">Creative Commons Zero 1.0 Universal</rights>
  </rightsList>
  <descriptions>
    <description xml:lang="en" descriptionType="Abstract">&lt;p&gt;These files provide the original survey data of the paper on motivations for biodiversity conservation in Europe. This paper analyses the possibility of building a mutually supportive dynamics between
      internally and&lt;br /&gt; externally motivated behaviour for biodiversity conservation and ecosystem services provision. To this&lt;br /&gt; purpose a face to face survey amongst 169 key actors of 34 highly successful and prominent
      biodiversity&lt;br /&gt; arrangements in seven EU countries was conducted. The main&lt;br /&gt; finding of the paper is the feasibility of&lt;br /&gt; combining inherently intrinsically motivated behaviours (providing enjoyment, pleasure from&lt;br
      /&gt; experimentation and learning, aesthetic satisfaction) and internalized extrinsic motivations (related&lt;br /&gt; to the identification with the collective goals of conservation policy) through a common set of governance&lt;br /&gt; features.
      Successful initiatives that combine internal and external motivations share the following&lt;br /&gt; features: inclusive decision making processes, a broad monitoring by &amp;ldquo;peers&amp;rdquo; beyond the core staff of the&lt;br /&gt;
      initiatives, and a context that is supportive for the building of autonomous actor competences. These&lt;br /&gt; findings are in line with the psycho-sociological theory of motivation, which shows the importance of a&lt;br /&gt; psycho-social
      context leading to a subjective perception of autonomy and a sense of competence of the&lt;br /&gt; actors.&lt;/p&gt;</description>
  </descriptions>
</resource>