Skip to content

Class: License

License information for the resource.

URI: kbcms:License

classDiagram class License License : id License : url

Slots

Name Cardinality and Range Description Inheritance
id 0..1
String
String representing the license, from the SPDX license identifiers at https:/... direct
url 0..1
Uri
URL for the license direct

Usages

used by used in type used
CreditMetadata license range License

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/credit_engine/schema/kbase/linkml

Mappings

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

LinkML Source

Direct

name: License
description: License information for the resource.
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
attributes:
  id:
    name: id
    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: https://github.com/kbase/credit_engine/schema/kbase/linkml
    rank: 1000
  url:
    name: url
    description: URL for the license.
    examples:
    - value: https://jgi.doe.gov/user-programs/pmo-overview/policies/
    from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
    range: uri

Induced

name: License
description: License information for the resource.
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
attributes:
  id:
    name: id
    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: https://github.com/kbase/credit_engine/schema/kbase/linkml
    rank: 1000
    alias: id
    owner: License
    domain_of:
    - License
    - PermanentID
    range: string
  url:
    name: url
    description: URL for the license.
    examples:
    - value: https://jgi.doe.gov/user-programs/pmo-overview/policies/
    from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
    alias: url
    owner: License
    domain_of:
    - CreditMetadata
    - License
    range: uri