o2r-project / o2r-meta

Metadata toolsuite for an extract-map-validate workflow supporting reproducible research
Apache License 2.0
2 stars 3 forks source link

ORCID 2.0 schema map #85

Open ghost opened 6 years ago

ghost commented 6 years ago

https://members.orcid.org/api/news/xsd-20-update Schema files are fragmented per category: https://github.com/ORCID/ORCID-Source/tree/master/orcid-model/src/main/resources/record_2.0

A simple snippet for a "work" looks like this

<work:title>
      <common:title>Work title</common:title>
</work:title>
<common:external-ids>
      <common:external-id>
          <common:external-id-type>doi</common:external-id-type>
            <common:external-id-value>
            10.12345/12.123.1424</common:external-id-value>
            <common:external-id-relationship>self</common:external-id-relationship>
      </common:external-id>
</common:external-ids>
<work:type>journal-article</work:type>