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

Enhancement: Add support for a mapping for Public Domain Mark url to identifier #119

Open
richardhallett opened this issue Jun 22, 2021 · 0 comments

Comments

@richardhallett
Copy link
Contributor

richardhallett commented Jun 22, 2021

Add a mapping from rightsURI "https://creativecommons.org/publicdomain/mark/1.0/" to a identifier of "CC-PDM-1.0"

There exists some metadata which does not have an identifier but does list a rightsURI for a public domain work, it would be useful to help identify public domain works by mapping to an identifier.

We use the SPDFX licenst list original source: https://github.com/spdx/license-list-data/blob/master/json/licenses.json
To do our mappings, but they have discussed and decided not to add the public domain work at this time, see spdx/license-list-XML#988

We could extend our own license list (or add a datacite specific one) to add something like:

{
      "reference": "",
      "isDeprecatedLicenseId": false,
      "detailsUrl": "https://wiki.creativecommons.org/wiki/PDM_FAQ",
      "referenceNumber": "",
      "name": "Public Domain Mark 1.0",
      "licenseId": "CC-PDM-1.0",
      "seeAlso": [
        "https://creativecommons.org/publicdomain/mark/1.0/"
      ],
      "isOsiApproved": false
    },

this could help the work of the open access badge in parsec. See https://docs.google.com/document/d/12ZtsSy6PqwYILcJ0FKMLWIOt6xmS9Og6ZiYZzImMicE/edit#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant