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

Use info:eu-repo-Access-Terms vocabulary in DataCite XML #1071

Open
borsna opened this issue Nov 22, 2024 · 0 comments
Open

Use info:eu-repo-Access-Terms vocabulary in DataCite XML #1071

borsna opened this issue Nov 22, 2024 · 0 comments

Comments

@borsna
Copy link

borsna commented Nov 22, 2024

When harvesting DataCite reords from Zenodo it would be good to know if the resource is openAccess / restrictedAccess.
This is currently availible in the Dublin Core export for a record in Zenodo:

...
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
<dc:rights>https://creativecommons.org/licenses/by/4.0/legalcode</dc:rights>
...

Same uri should be set in DataCite:

...
<rightsList>
  <rights rightsURI="info:eu-repo/semantics/openAccess" />
  <rights rightsURI="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution 4.0 International</rights>
</rightsList>
...

For reference see guideline and example:
https://guidelines.openaire.eu/en/latest/data/field_rights.html#rightsuri-ma

@borsna borsna changed the title Expose access restrictions in DataCite XML Use info:eu-repo-Access-Terms vocabulary in DataCite XML Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant