licenses
The table licenses is to hold different license information allowed by ADA system.
Licenses allowed by ADA
All licenses are seleted from SPDX License List
abbreviation |
name |
url |
|---|---|---|
CC-BY-NC-SA-3.0 |
Creative Commons Attribution-NonCommercial-Share Alike 3.0 United States |
|
CC-BY-NC-SA-4.0 |
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International |
|
CC-BY-SA-4.0 |
Creative Commons Attribution-ShareAlike 4.0 International |
|
CC0-1.0 |
Creative Commons Zero v 1.0 Universal |
|
CC-BY-4.0 |
Creative Commons Attribution 4.0 International |
Metadata mappings
schema references
datacite: https://schema.datacite.org/meta/kernel-4.4/
ADA Column |
Datacite property |
|---|---|
abbreviation |
datacite:rightsIdentifier |
name |
datacite:Rights |
url |
datacite:rightsURI |
Example (datacite)
"rightsList": [
{
"rightsIdentifier":"CC-BY-SA-4.0",
"rights": "Creative Commons Attribution-ShareAlike 4.0 International",
"rightsUri": "https://spdx.org/licenses/CC-BY-SA-4.0"
}
]