Class: Annotation
A tag/value pair with the semantics of OWL Annotation.
URI: trr379ri:Annotation
classDiagram class Annotation click Annotation href "../Annotation/" Annotation : annotation_tag Annotation --> "0..1" AnnotationTag : annotation_tag click AnnotationTag href "../AnnotationTag/" Annotation : annotation_value
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| annotation_tag | 0..1 AnnotationTag |
A tag identifying an annotation | direct |
| annotation_value | 0..1 String |
The actual annotation | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://concepts.trr379.de/s/research-information/unreleased
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | trr379ri:Annotation |
| native | trr379ri:Annotation |
LinkML Source
Direct
name: Annotation
description: A tag/value pair with the semantics of OWL Annotation.
from_schema: https://concepts.trr379.de/s/research-information/unreleased
slots:
- annotation_tag
- annotation_value
slot_usage:
annotation_tag:
name: annotation_tag
key: true
range: AnnotationTag
Induced
name: Annotation
description: A tag/value pair with the semantics of OWL Annotation.
from_schema: https://concepts.trr379.de/s/research-information/unreleased
slot_usage:
annotation_tag:
name: annotation_tag
key: true
range: AnnotationTag
attributes:
annotation_tag:
name: annotation_tag
description: A tag identifying an annotation.
from_schema: https://concepts.trr379.de/s/research-information/unreleased
rank: 1000
key: true
alias: annotation_tag
owner: Annotation
domain_of:
- Annotation
range: AnnotationTag
annotation_value:
name: annotation_value
description: The actual annotation.
from_schema: https://concepts.trr379.de/s/research-information/unreleased
rank: 1000
alias: annotation_value
owner: Annotation
domain_of:
- Annotation
range: string