Skip to content

place.stream.metadata.contentRights

Lexicon Version: 1

Type: object

Content rights and attribution information.

Properties:

NameTypeReq’dDescriptionConstraints
creatorstringName of the creator of the work.
copyrightNoticestringCopyright notice for the work.
copyrightYearintegerYear of creation or publication.
licensestringLicense URL or identifier.Known Values: place.stream.metadata.contentRights#all-rights-reserved, place.stream.metadata.contentRights#cc0_1__0, place.stream.metadata.contentRights#cc-by_4__0, place.stream.metadata.contentRights#cc-by-sa_4__0, place.stream.metadata.contentRights#cc-by-nc_4__0, place.stream.metadata.contentRights#cc-by-nc-sa_4__0, place.stream.metadata.contentRights#cc-by-nd_4__0, place.stream.metadata.contentRights#cc-by-nc-nd_4__0
creditLinestringCredit line for the work.

Type: token

All rights reserved to the creator — others cannot use, modify, or share without explicit authorization.


Type: token

Public domain dedication. You waive all copyright and related rights where possible. Others may copy, modify, distribute, or perform your work for any purpose without attribution.


Type: token

Attribution required. Others may copy, distribute, remix, and build upon your work, even commercially, if they credit you.


Type: token

Attribution + share-alike. Others may adapt and build upon your work, even commercially, if they credit you and license their new creations under identical terms.


Type: token

Attribution + non-commercial. Others may adapt and build upon your work for non-commercial purposes only, and must credit you.


Type: token

Attribution + non-commercial + share-alike. Others may adapt and build upon your work for non-commercial purposes only, must credit you, and must license their new creations under identical terms.


Type: token

Attribution + no derivatives. Others may reuse your work, even commercially, but it must remain unchanged and you must be credited.


Type: token

Attribution + non-commercial + no derivatives. Others may download and share your work with credit, but cannot change it or use it commercially.


{
"lexicon": 1,
"id": "place.stream.metadata.contentRights",
"defs": {
"main": {
"type": "object",
"description": "Content rights and attribution information.",
"properties": {
"creator": {
"type": "string",
"description": "Name of the creator of the work."
},
"copyrightNotice": {
"type": "string",
"description": "Copyright notice for the work."
},
"copyrightYear": {
"type": "integer",
"description": "Year of creation or publication."
},
"license": {
"type": "string",
"description": "License URL or identifier.",
"knownValues": [
"place.stream.metadata.contentRights#all-rights-reserved",
"place.stream.metadata.contentRights#cc0_1__0",
"place.stream.metadata.contentRights#cc-by_4__0",
"place.stream.metadata.contentRights#cc-by-sa_4__0",
"place.stream.metadata.contentRights#cc-by-nc_4__0",
"place.stream.metadata.contentRights#cc-by-nc-sa_4__0",
"place.stream.metadata.contentRights#cc-by-nd_4__0",
"place.stream.metadata.contentRights#cc-by-nc-nd_4__0"
]
},
"creditLine": {
"type": "string",
"description": "Credit line for the work."
}
}
},
"all-rights-reserved": {
"type": "token",
"description": "All rights reserved to the creator — others cannot use, modify, or share without explicit authorization."
},
"cc0_1__0": {
"type": "token",
"description": "Public domain dedication. You waive all copyright and related rights where possible. Others may copy, modify, distribute, or perform your work for any purpose without attribution."
},
"cc-by_4__0": {
"type": "token",
"description": "Attribution required. Others may copy, distribute, remix, and build upon your work, even commercially, if they credit you."
},
"cc-by-sa_4__0": {
"type": "token",
"description": "Attribution + share-alike. Others may adapt and build upon your work, even commercially, if they credit you and license their new creations under identical terms."
},
"cc-by-nc_4__0": {
"type": "token",
"description": "Attribution + non-commercial. Others may adapt and build upon your work for non-commercial purposes only, and must credit you."
},
"cc-by-nc-sa_4__0": {
"type": "token",
"description": "Attribution + non-commercial + share-alike. Others may adapt and build upon your work for non-commercial purposes only, must credit you, and must license their new creations under identical terms."
},
"cc-by-nd_4__0": {
"type": "token",
"description": "Attribution + no derivatives. Others may reuse your work, even commercially, but it must remain unchanged and you must be credited."
},
"cc-by-nc-nd_4__0": {
"type": "token",
"description": "Attribution + non-commercial + no derivatives. Others may download and share your work with credit, but cannot change it or use it commercially."
}
}
}