Skip to content

Enum: MLLicenseType

Common open source and Creative Commons licenses used for ML datasets.

These licenses specify terms of use, redistribution, and modification.

__

URI: valuesets:MLLicenseType

Permissible Values

Value Meaning Description
CC_BY_4_0 spdx:CC-BY-4.0 Creative Commons Attribution 4
CC_BY_SA_4_0 spdx:CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4
CC0_1_0 spdx:CC0-1.0 Creative Commons Zero 1
MIT spdx:MIT MIT License
APACHE_2_0 spdx:Apache-2.0 Apache License 2
BSD_3_CLAUSE spdx:BSD-3-Clause BSD 3-Clause "New" or "Revised" License
GPL_3_0 spdx:GPL-3.0-only GNU General Public License v3

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: MLLicenseType
description: 'Common open source and Creative Commons licenses used for ML datasets.

  These licenses specify terms of use, redistribution, and modification.

  '
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  CC_BY_4_0:
    text: CC_BY_4_0
    description: Creative Commons Attribution 4.0 International
    meaning: spdx:CC-BY-4.0
    annotations:
      allows_commercial:
        tag: allows_commercial
        value: true
      requires_attribution:
        tag: requires_attribution
        value: true
    title: CC-BY-4.0
    see_also:
    - https://creativecommons.org/licenses/by/4.0/
  CC_BY_SA_4_0:
    text: CC_BY_SA_4_0
    description: Creative Commons Attribution-ShareAlike 4.0 International
    meaning: spdx:CC-BY-SA-4.0
    annotations:
      allows_commercial:
        tag: allows_commercial
        value: true
      requires_attribution:
        tag: requires_attribution
        value: true
      share_alike:
        tag: share_alike
        value: true
    title: CC-BY-SA-4.0
    see_also:
    - https://creativecommons.org/licenses/by-sa/4.0/
  CC0_1_0:
    text: CC0_1_0
    description: Creative Commons Zero 1.0 Universal (Public Domain Dedication)
    meaning: spdx:CC0-1.0
    annotations:
      public_domain:
        tag: public_domain
        value: true
    title: CC0-1.0
    see_also:
    - https://creativecommons.org/publicdomain/zero/1.0/
  MIT:
    text: MIT
    description: MIT License
    meaning: spdx:MIT
    annotations:
      osi_approved:
        tag: osi_approved
        value: true
    see_also:
    - https://opensource.org/licenses/MIT
  APACHE_2_0:
    text: APACHE_2_0
    description: Apache License 2.0
    meaning: spdx:Apache-2.0
    annotations:
      osi_approved:
        tag: osi_approved
        value: true
      patent_grant:
        tag: patent_grant
        value: true
    title: Apache-2.0
    see_also:
    - https://www.apache.org/licenses/LICENSE-2.0
  BSD_3_CLAUSE:
    text: BSD_3_CLAUSE
    description: BSD 3-Clause "New" or "Revised" License
    meaning: spdx:BSD-3-Clause
    annotations:
      osi_approved:
        tag: osi_approved
        value: true
    title: BSD-3-Clause
    see_also:
    - https://opensource.org/licenses/BSD-3-Clause
  GPL_3_0:
    text: GPL_3_0
    description: GNU General Public License v3.0
    meaning: spdx:GPL-3.0-only
    annotations:
      osi_approved:
        tag: osi_approved
        value: true
      copyleft:
        tag: copyleft
        value: true
    title: GPL-3.0
    see_also:
    - https://www.gnu.org/licenses/gpl-3.0.html