Class: License

A container for the licensing information related to the parent resource.

URI: mme_schema:License

erDiagram License { string uri string spdx }

Slots

Name

Cardinality and Range

Description

Inheritance

uri

0..1
String

An unambiguous reference to the resource within a given context.

direct

spdx

0..1
String

An SPDX License Identifier entry.

direct

Usages

used by

used in

type

used

Extractor

license

range

License

Identifier and Mapping Information

Schema Source

  • from schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/

Mappings

Mapping Type

Mapped Value

self

mme_schema:License

native

mme_schema:License

LinkML Source

Direct

name: License
description: A container for the licensing information related to the parent resource.
from_schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
rank: 1000
attributes:
  uri:
    name: uri
    description: An unambiguous reference to the resource within a given context.
    from_schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
    slot_uri: dc_terms:identifier
    domain_of:
    - Citation
    - License
    required: false
  spdx:
    name: spdx
    description: An SPDX License Identifier entry.
    from_schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
    rank: 1000
    slot_uri: dc_terms:identifier
    domain_of:
    - License
    required: false

Induced

name: License
description: A container for the licensing information related to the parent resource.
from_schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
rank: 1000
attributes:
  uri:
    name: uri
    description: An unambiguous reference to the resource within a given context.
    from_schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
    slot_uri: dc_terms:identifier
    alias: uri
    owner: License
    domain_of:
    - Citation
    - License
    range: string
    required: false
  spdx:
    name: spdx
    description: An SPDX License Identifier entry.
    from_schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
    rank: 1000
    slot_uri: dc_terms:identifier
    alias: spdx
    owner: License
    domain_of:
    - License
    range: string
    required: false