1546 license

https://w3id.org/class/redaktor/license

JSON

Inbox

Definition

Used by PeerTube with the Video Object as 'licence'. Possible value there:
{ "identifier": "1", "name": "Attribution" },
{ "identifier": "2", "name": "Attribution - Share Alike" },
{ "identifier": "3", "name": "Attribution - No Derivatives" },
{ "identifier": "4", "name": "Attribution - Non Commercial" },
{ "identifier": "5", "name": "Attribution - Non Commercial - Share Alike" },
{ "identifier": "6", "name": "Attribution - Non Commercial - No Derivatives" },
{ "identifier": "7", "name": "Public Domain Dedication" }
see also schema.org/license

Example

{
  "type": "Video",
  "id": "https://peertube2.cpy.re/videos/watch/...",
  "name": "HLS test 1",
  "category": {
    "identifier": "2", // Internal PeerTube ID
    "name": "Films"
  },
  "license": {
    "identifier": "5", // Internal PeerTube ID
    "name": "Attribution - Non Commercial - Share Alike"
  }
}

Exact Match