Enum: Licenses

URI: Licenses

Permissible Values

Value Meaning Description
CC0 https://creativecommons.org/publicdomain/zero/1.0/ CC0
CC_BY https://creativecommons.org/licenses/by/4.0/ CC BY
CC_BY_SA https://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA
CC_BY_NC https://creativecommons.org/licenses/by-nc/4.0/ CC BY-NC
CC_BY_NC_SA https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA
CC_BY_ND https://creativecommons.org/licenses/by-nd/4.0/ CC BY-ND
CC_BY_NC_ND https://creativecommons.org/licenses/by-nc-nd/4.0/ CC BY-NC-ND
MIT https://opensource.org/licenses/MIT MIT
BSD_2_CLAUSE https://opensource.org/licenses/BSD-2-Clause BSD 2-Clause
BSD_3_CLAUSE https://opensource.org/licenses/BSD-3-Clause BSD 3-Clause
APACHE_2_0 https://opensource.org/licenses/Apache-2.0 Apache 2
GPL_2_0 https://opensource.org/licenses/GPL-2.0 GPL 2
GPL_3_0 https://opensource.org/licenses/GPL-3.0 GPL 3
LGPL_2_1 https://opensource.org/licenses/LGPL-2.1 LGPL 2
LGPL_3_0 https://opensource.org/licenses/LGPL-3.0 LGPL 3
UNLICENSE https://unlicense.org/ Unlicense
PUBLIC_DOMAIN https://creativecommons.org/publicdomain/mark/ Public Domain

Slots

Name Description
license License for the dataset

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset

LinkML Source

name: Licenses
from_schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset
rank: 1000
permissible_values:
  CC0:
    text: CC0
    description: CC0
    meaning: https://creativecommons.org/publicdomain/zero/1.0/
  CC_BY:
    text: CC_BY
    description: CC BY
    meaning: https://creativecommons.org/licenses/by/4.0/
  CC_BY_SA:
    text: CC_BY_SA
    description: CC BY-SA
    meaning: https://creativecommons.org/licenses/by-sa/4.0/
  CC_BY_NC:
    text: CC_BY_NC
    description: CC BY-NC
    meaning: https://creativecommons.org/licenses/by-nc/4.0/
  CC_BY_NC_SA:
    text: CC_BY_NC_SA
    description: CC BY-NC-SA
    meaning: https://creativecommons.org/licenses/by-nc-sa/4.0/
  CC_BY_ND:
    text: CC_BY_ND
    description: CC BY-ND
    meaning: https://creativecommons.org/licenses/by-nd/4.0/
  CC_BY_NC_ND:
    text: CC_BY_NC_ND
    description: CC BY-NC-ND
    meaning: https://creativecommons.org/licenses/by-nc-nd/4.0/
  MIT:
    text: MIT
    description: MIT
    meaning: https://opensource.org/licenses/MIT
  BSD_2_CLAUSE:
    text: BSD_2_CLAUSE
    description: BSD 2-Clause
    meaning: https://opensource.org/licenses/BSD-2-Clause
  BSD_3_CLAUSE:
    text: BSD_3_CLAUSE
    description: BSD 3-Clause
    meaning: https://opensource.org/licenses/BSD-3-Clause
  APACHE_2_0:
    text: APACHE_2_0
    description: Apache 2.0
    meaning: https://opensource.org/licenses/Apache-2.0
  GPL_2_0:
    text: GPL_2_0
    description: GPL 2.0
    meaning: https://opensource.org/licenses/GPL-2.0
  GPL_3_0:
    text: GPL_3_0
    description: GPL 3.0
    meaning: https://opensource.org/licenses/GPL-3.0
  LGPL_2_1:
    text: LGPL_2_1
    description: LGPL 2.1
    meaning: https://opensource.org/licenses/LGPL-2.1
  LGPL_3_0:
    text: LGPL_3_0
    description: LGPL 3.0
    meaning: https://opensource.org/licenses/LGPL-3.0
  UNLICENSE:
    text: UNLICENSE
    description: Unlicense
    meaning: https://unlicense.org/
  PUBLIC_DOMAIN:
    text: PUBLIC_DOMAIN
    description: Public Domain
    meaning: https://creativecommons.org/publicdomain/mark/