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

Generate restricted license metadata snippets from embargo tags #13

Open
marksparkza opened this issue Oct 26, 2023 · 0 comments
Open

Comments

@marksparkza
Copy link
Member

Embargoes on MIMS data have previously been managed by the AMS system. With the migration of MIMS datasets from the AMS to NextCloud, the curation team will begin using ODP embargo tags to manage MIMS embargoes. [To be confirmed]

Although not yet in use, embargo tags have the effect of stripping out download links from metadata records when publishing. Going forward, embargo tags should also set the relevant license snippet in the metadata record, as follows:

"rightsList": [
    {
        "rights": "Embargoed",
        "rightsURI": "https://repository.saeon.ac.za/index.php/s/PzfgExZEQ3ysGKK",
        "schemeURI": "https://spdx.org/licenses/",
        "rightsIdentifier": "Embargoed",
        "rightsIdentifierScheme": "SPDX"
    }
],

This could possibly be done at publishing time only. Or it could be done on record create/update (as with copying the record DOI into the metadata).

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