Class: Annotation
A tag/value pair with the semantics of OWL Annotation.
URI: dlflat:Annotation
classDiagram
class Annotation
click Annotation href "../Annotation/"
Annotation <|-- FlatAnnotation
click FlatAnnotation href "../FlatAnnotation/"
Annotation : annotation_tag
Annotation --> "0..1" Thing : annotation_tag
click Thing href "../Thing/"
Annotation : annotation_value
Inheritance
- Annotation
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| annotation_tag | 0..1 Thing |
A tag identifying an annotation | direct |
| annotation_value | 0..1 String |
The actual annotation | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| FlatProperty | annotations | range | Annotation |
| FlatAttributeSpecification | annotations | range | Annotation |
| ThingMixin | annotations | range | Annotation |
| AttributeSpecification | annotations | range | Annotation |
| Property | annotations | range | Annotation |
| Thing | annotations | range | Annotation |
| ValueSpecification | annotations | range | Annotation |
Identifier and Mapping Information
Schema Source
- from schema: https://concepts.datalad.org/s/flat/unreleased
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dlflat:Annotation |
| native | dlflat:Annotation |
LinkML Source
Direct
name: Annotation
description: A tag/value pair with the semantics of OWL Annotation.
from_schema: https://concepts.datalad.org/s/flat/unreleased
slots:
- annotation_tag
- annotation_value
slot_usage:
annotation_tag:
name: annotation_tag
key: true
Induced
name: Annotation
description: A tag/value pair with the semantics of OWL Annotation.
from_schema: https://concepts.datalad.org/s/flat/unreleased
slot_usage:
annotation_tag:
name: annotation_tag
key: true
attributes:
annotation_tag:
name: annotation_tag
description: A tag identifying an annotation.
from_schema: https://concepts.datalad.org/s/flat/unreleased
rank: 1000
key: true
alias: annotation_tag
owner: Annotation
domain_of:
- Annotation
range: Thing
annotation_value:
name: annotation_value
description: The actual annotation.
from_schema: https://concepts.datalad.org/s/flat/unreleased
rank: 1000
alias: annotation_value
owner: Annotation
domain_of:
- Annotation
range: string