place.stream.metadata.contentRights

did:web:stream.place

Documentation

Content rights and attribution information.

main object

Content rights and attribution information.

Properties

copyrightNotice string Optional

Copyright notice for the work.

copyrightYear integer Optional

Year of creation or publication.

creator string Optional

Name of the creator of the work.

creditLine string Optional

Credit line for the work.

license string Optional

License 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
View raw schema
{
  "type": "object",
  "properties": {
    "creator": {
      "type": "string",
      "description": "Name of the creator of the work."
    },
    "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."
    },
    "copyrightYear": {
      "type": "integer",
      "description": "Year of creation or publication."
    },
    "copyrightNotice": {
      "type": "string",
      "description": "Copyright notice for the work."
    }
  },
  "description": "Content rights and attribution information."
}
all-rights-reserved token

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

Referenceplace.stream.metadata.contentRights#all-rights-reserved

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "All rights reserved to the creator — others cannot use, modify, or share without explicit authorization."
}
cc-by-nc-nd_4__0 token

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

Referenceplace.stream.metadata.contentRights#cc-by-nc-nd_4__0

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "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."
}
cc-by-nc-sa_4__0 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.

Referenceplace.stream.metadata.contentRights#cc-by-nc-sa_4__0

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "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-nc_4__0 token

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

Referenceplace.stream.metadata.contentRights#cc-by-nc_4__0

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "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-nd_4__0 token

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

Referenceplace.stream.metadata.contentRights#cc-by-nd_4__0

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "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-sa_4__0 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.

Referenceplace.stream.metadata.contentRights#cc-by-sa_4__0

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "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_4__0 token

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

Referenceplace.stream.metadata.contentRights#cc-by_4__0

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Attribution required. Others may copy, distribute, remix, and build upon your work, even commercially, if they credit you."
}
cc0_1__0 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.

Referenceplace.stream.metadata.contentRights#cc0_1__0

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "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."
}

Lexicon Garden

@