Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORCID 2.0 schema map #85

Open
ghost opened this issue Jan 31, 2018 · 0 comments
Open

ORCID 2.0 schema map #85

ghost opened this issue Jan 31, 2018 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Jan 31, 2018

  • add mapping file to translate o2r metadata to ORCID xsd schema 2.0

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>
@ghost ghost added the broker label Jan 31, 2018
@ghost ghost changed the title ORCID schema map ORCID 2.0 schema map Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants