Skip to content

Class: License

License information for the resource.

URI: kb_cdm:License

classDiagram class License click License href "../License/" Table <|-- License click Table href "../Table/" License : id License : license_id License : name License : url

Inheritance

Slots

Name Cardinality and Range Description Inheritance
license_id 1
Uriorcurie
Unique identifier for a license. direct
id 0..1
Curie
CURIE for the license. direct
name 0..1
String
String representing the license, from the SPDX license identifiers at https://spdx.org/licenses/. direct
url 0..1
Uri
URL for the license. direct

Usages

used by used in type used
Schema licenses range License

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema

Mappings

Mapping Type Mapped Value
self kb_cdm:License
native kb_cdm:License

LinkML Source

Direct

name: License
description: License information for the resource.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slots:
- license_id
slot_usage:
  license_id:
    name: license_id
    identifier: true
attributes:
  id:
    name: id
    description: CURIE for the license.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    domain_of:
    - License
    range: curie
  name:
    name: name
    description: String representing the license, from the SPDX license identifiers
      at https://spdx.org/licenses/.
    examples:
    - value: CC-BY-NC-ND-4.0
    - value: Apache-2.0
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    domain_of:
    - Cluster
    - Event
    - Name
    - Contributor
    - DataSource
    - DataSourceNew
    - License
    - Experiment
    - Parameter
    - Protocol
    - ProtocolExecution
    - Variable
  url:
    name: url
    description: URL for the license.
    examples:
    - value: https://jgi.doe.gov/user-programs/pmo-overview/policies/
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    domain_of:
    - DataSourceNew
    - License
    - Protocol
    range: uri
any_of:
- slot_conditions:
    id:
      name: id
      required: true
- slot_conditions:
    url:
      name: url
      required: true

Induced

name: License
description: License information for the resource.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slot_usage:
  license_id:
    name: license_id
    identifier: true
attributes:
  id:
    name: id
    description: CURIE for the license.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    alias: id
    owner: License
    domain_of:
    - License
    range: curie
  name:
    name: name
    description: String representing the license, from the SPDX license identifiers
      at https://spdx.org/licenses/.
    examples:
    - value: CC-BY-NC-ND-4.0
    - value: Apache-2.0
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    alias: name
    owner: License
    domain_of:
    - Cluster
    - Event
    - Name
    - Contributor
    - DataSource
    - DataSourceNew
    - License
    - Experiment
    - Parameter
    - Protocol
    - ProtocolExecution
    - Variable
    range: string
  url:
    name: url
    description: URL for the license.
    examples:
    - value: https://jgi.doe.gov/user-programs/pmo-overview/policies/
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    alias: url
    owner: License
    domain_of:
    - DataSourceNew
    - License
    - Protocol
    range: uri
  license_id:
    name: license_id
    description: 'Unique identifier for a license.

      '
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    identifier: true
    alias: license_id
    owner: License
    domain_of:
    - DataSource_x_License
    - License
    range: uriorcurie
    required: true
any_of:
- slot_conditions:
    id:
      name: id
      required: true
- slot_conditions:
    url:
      name: url
      required: true