Skip to content

Enum: LicenseType

URI: LicenseType

Permissible Values

Value Meaning Description
CC0 https://creativecommons.org/publicdomain/zero/1.0/ No Copyright
CC_BY https://creativecommons.org/licenses/by/4.0/ You are free to: Share — copy and redistribute the material in any medium or ...

Slots

Name Description
license The license under which the data are available

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/BioImage-Archive/bia-mifa-models

LinkML Source

name: LicenseType
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
rank: 1000
permissible_values:
  CC0:
    text: CC0
    description: No Copyright. You can copy, modify, distribute and perform the work,
      even for commercial purposes, all without asking permission.
    meaning: https://creativecommons.org/publicdomain/zero/1.0/
  CC_BY:
    text: CC_BY
    description: 'You are free to: Share — copy and redistribute the material in any
      medium or format. Adapt — remix, transform, and build upon the material  for
      any purpose, even commercially. You must give appropriate credit, provide a
      link to the license, and indicate if changes were made.  You may do so in any
      reasonable manner, but not in any way that suggests the licensor endorses you
      or your use.'
    meaning: https://creativecommons.org/licenses/by/4.0/