Class: License
A container for the licensing information related to the parent resource.
URI: datatractor_schema:License
erDiagram
License {
string uri
string spdx
}
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
An unambiguous reference to the resource within a given context. |
direct |
|
0..1 |
An SPDX License Identifier entry. |
direct |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://datatractor.github.io/schema/main/datatractor_schema/
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
datatractor_schema:License |
native |
datatractor_schema:License |
LinkML Source
Direct
name: License
description: A container for the licensing information related to the parent resource.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
attributes:
uri:
name: uri
description: An unambiguous reference to the resource within a given context.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
slot_uri: dc_terms:identifier
domain_of:
- Citation
- License
required: false
spdx:
name: spdx
description: An SPDX License Identifier entry.
from_schema: https://datatractor.github.io/schema/main/datatractor_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://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
attributes:
uri:
name: uri
description: An unambiguous reference to the resource within a given context.
from_schema: https://datatractor.github.io/schema/main/datatractor_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://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:identifier
alias: spdx
owner: License
domain_of:
- License
range: string
required: false