Skip to content

Class: Annotation

A tag/value pair with the semantics of OWL Annotation.

URI: trr379ra:Annotation

erDiagram Annotation { string annotation_value } AttributeSpecification { uriorcurieList broad_mappings uriorcurieList close_mappings string description uriorcurieList exact_mappings uriorcurieList narrow_mappings uriorcurieList related_mappings NodeUriOrCurie schema_type uriorcurie range string value } Statement { } Thing { uriorcurie pid uriorcurieList broad_mappings uriorcurieList close_mappings string description uriorcurieList exact_mappings uriorcurieList narrow_mappings uriorcurieList related_mappings NodeUriOrCurie schema_type } Annotation ||--|o Thing : "annotation_tag" AttributeSpecification ||--|| Property : "predicate" AttributeSpecification ||--}o Annotation : "annotations" AttributeSpecification ||--}o AttributeSpecification : "attributes" AttributeSpecification ||--}o Statement : "characterized_by" Statement ||--|| Property : "predicate" Statement ||--|| Thing : "object" Thing ||--}o Annotation : "annotations" Thing ||--}o AttributeSpecification : "attributes" Thing ||--}o Statement : "characterized_by" Thing ||--}o Thing : "relations"

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
TRR379Dataset annotations range Annotation
TRR379Dimension annotations range Annotation
TRR379Factor annotations range Annotation
TRR379Person annotations range Annotation
TRR379Project annotations range Annotation
TRR379Publication annotations range Annotation
TRR379PublicationType annotations range Annotation
TRR379PublicationVenue annotations range Annotation
TRR379Topic annotations range Annotation
FlatThing annotations range Annotation
ThingMixin annotations range Annotation
AttributeSpecification annotations range Annotation
Property annotations range Annotation
Thing annotations range Annotation
ValueSpecification annotations range Annotation
Distribution annotations range Annotation
Protocol annotations range Annotation
Publication annotations range Annotation
Dataset annotations range Annotation
Document annotations range Annotation
Grant annotations range Annotation
Instrument annotations range Annotation
Organization annotations range Annotation
Person annotations range Annotation
Project annotations range Annotation
Assessment annotations range Annotation
Dimension annotations range Annotation
Factor annotations range Annotation
Study annotations range Annotation
Subject annotations range Annotation

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.trr379.de/s/research-assets

Mappings

Mapping Type Mapped Value
self trr379ra:Annotation
native trr379ra: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-assets
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.trr379.de/s/research-assets
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.trr379.de/s/research-assets
    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.trr379.de/s/research-assets
    rank: 1000
    alias: annotation_value
    owner: Annotation
    domain_of:
    - Annotation
    range: string