<rightsList>
Firstly,
16.b rightsIdentifier definition: A short, standardized version of the license name Example: CC-BY-3.0
The same is true for other CC licenses. Licenses other than CC typically do not use blanks in their license abbreviation.
The SPDX short identifier always spells the licenses without blanks and, in cases where the license abbreviation contains blanks, it uses - signs instead.
Examples:
Original abbreviation SPDX
CC0 1.0 CC0-1.0 #--- Original site not explicitly state abbreviation, but abbreviation is used in a blog written by CC's General Councils
AFL-3.0 AFL-3.0 #-- Original site explicitly state that they refer to SPDX abbreviation
with space
rightsIdentifier="CC0 1.0" ---> datacite-example-workflow-v4.xml & datacite-example-full-v4.xml & datacite-example-affiliation-v4.xml
without spacerightsIdentifier="CC-BY-3.0" ---> datacite-example-GeoLocation-v4.xml
rightsIdentifier="CC-BY-NC-ND-3.0" ---> datacite-example-relationTypeIsIdenticalTo-v4.xml & datacite-example-HasMetadata-v4.xml
rightsIdentifier="CC-BY-ND-2.0" ---> datacite-example-complicated-v4.xml
rightsIdentifier="GPL-3.0-only" ---> datacite-example-software-v4.xml
We, as a data repository, are a concerned about the possible legal implications if we use the license abbreviation incorrectly. So, we would very much appreciate if we could get some clear guidance.
Secondly,
I wonder why schemeURI and rightsIdentifierScheme refers to SPDX, but the rightsURI does not use a SPDX URL (
https://spdx.org/licenses/${SPDX abbreviation}.html).
For each license, SPDX has established a canonical permanent URL that gives access to the entire license text.
Thirdly,
In summary, I would expect
<rightsList>
</rightsList>
instead of
I would appreciate if you could put up this proposal for discussion.
Thanks a lot and best regards
Angelika