Class: Annotation
a tag/value pair with the semantics of OWL Annotation
URI: linkml:Annotation
classDiagram
class Annotation
click Annotation href "../Annotation"
Annotatable <|-- Annotation
click Annotatable href "../Annotatable"
Extension <|-- Annotation
click Extension href "../Extension"
Annotation : annotations
Annotation --> "*" Annotation : annotations
click Annotation href "../Annotation"
Annotation : extension_tag
Annotation : extension_value
Annotation --> "1" AnyValue : extension_value
click AnyValue href "../AnyValue"
Annotation : extensions
Annotation --> "*" Extension : extensions
click Extension href "../Extension"
Inheritance
- Extension
- Annotation [ Annotatable]
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
annotations | * Annotation |
a collection of tag/text tuples with the semantics of OWL Annotation | direct |
extension_tag | 1 Uriorcurie |
a tag associated with an extension | Extension |
extension_value | 1 AnyValue |
the actual annotation | Extension |
extensions | * Extension |
a tag/text tuple attached to an arbitrary element | Extension |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/meta
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml:Annotation |
native | linkml:Annotation |
LinkML Source
Direct
name: annotation
description: a tag/value pair with the semantics of OWL Annotation
from_schema: https://w3id.org/linkml/meta
is_a: extension
mixins:
- annotatable
slots:
- annotations
Induced
name: annotation
description: a tag/value pair with the semantics of OWL Annotation
from_schema: https://w3id.org/linkml/meta
is_a: extension
mixins:
- annotatable
attributes:
annotations:
name: annotations
description: a collection of tag/text tuples with the semantics of OWL Annotation
from_schema: https://w3id.org/linkml/meta
rank: 1000
is_a: extensions
domain: annotatable
alias: annotations
owner: annotation
domain_of:
- annotatable
- annotation
range: annotation
multivalued: true
inlined: true
extension_tag:
name: extension_tag
description: a tag associated with an extension
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: extension
key: true
alias: tag
owner: annotation
domain_of:
- extension
range: uriorcurie
required: true
extension_value:
name: extension_value
annotations:
simple_dict_value:
tag: simple_dict_value
value: true
description: the actual annotation
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: extension
alias: value
owner: annotation
domain_of:
- extension
range: AnyValue
required: true
extensions:
name: extensions
description: a tag/text tuple attached to an arbitrary element
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: extensible
alias: extensions
owner: annotation
domain_of:
- extension
- extensible
range: extension
multivalued: true
inlined: true