Class: AltDescription
an attributed description
classDiagram
class AltDescription
AltDescription : alt_description_source
AltDescription : alt_description_text
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
alt_description_source | 1..1 String |
the source of an attributed description | direct |
alt_description_text | 1..1 String |
text of an attributed description | direct |
Usages
Aliases
- structured description
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/meta
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml:AltDescription |
native | linkml:AltDescription |
LinkML Source
Direct
name: alt_description
description: an attributed description
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- structured description
slots:
- alt_description_source
- alt_description_text
Induced
name: alt_description
description: an attributed description
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- structured description
attributes:
alt_description_source:
name: alt_description_source
description: the source of an attributed description
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: alt_description
key: true
alias: source
owner: alt_description
domain_of:
- alt_description
range: string
required: true
alt_description_text:
name: alt_description_text
description: text of an attributed description
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: alt_description
alias: description
owner: alt_description
domain_of:
- alt_description
range: string
required: true