Skip to content

Class: Annotation (FlatAnnotation)

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

URI: dldemoed:FlatAnnotation

classDiagram class FlatAnnotation click FlatAnnotation href "../FlatAnnotation/" Annotation <|-- FlatAnnotation click Annotation href "../Annotation/" FlatAnnotation : annotation_tag FlatAnnotation --> "0..1" AnnotationTag : annotation_tag click AnnotationTag href "../AnnotationTag/" FlatAnnotation : annotation_value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
annotation_tag 0..1
AnnotationTag
A tag identifying an annotation Annotation
annotation_value 0..1
String
The actual annotation Annotation

Usages

used by used in type used
XYZPerson annotations range FlatAnnotation
XYZOrganization annotations range FlatAnnotation
XYZDataset annotations range FlatAnnotation
XYZDataItem annotations range FlatAnnotation
XYZDistribution annotations range FlatAnnotation
XYZDimension annotations range FlatAnnotation
XYZFactor annotations range FlatAnnotation
XYZFileFormat annotations range FlatAnnotation
XYZInstrument annotations range FlatAnnotation
XYZProtocol annotations range FlatAnnotation
XYZStudy annotations range FlatAnnotation
XYZStudyActivity annotations range FlatAnnotation
XYZSubject annotations range FlatAnnotation
XYZSubjectType annotations range FlatAnnotation
XYZUnit annotations range FlatAnnotation
FlatThing annotations range FlatAnnotation
AnnotationTag annotations range FlatAnnotation

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/demo-empirical-data/unreleased

Mappings

Mapping Type Mapped Value
self dldemoed:FlatAnnotation
native dldemoed:FlatAnnotation

LinkML Source

Direct

name: FlatAnnotation
description: A tag/value pair with the semantics of OWL Annotation.
title: Annotation
from_schema: https://concepts.datalad.org/s/demo-empirical-data/unreleased
is_a: Annotation
slot_usage:
  annotation_tag:
    name: annotation_tag
    key: true
    range: AnnotationTag

Induced

name: FlatAnnotation
description: A tag/value pair with the semantics of OWL Annotation.
title: Annotation
from_schema: https://concepts.datalad.org/s/demo-empirical-data/unreleased
is_a: Annotation
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.datalad.org/s/demo-empirical-data/unreleased
    rank: 1000
    key: true
    alias: annotation_tag
    owner: FlatAnnotation
    domain_of:
    - Annotation
    range: AnnotationTag
  annotation_value:
    name: annotation_value
    description: The actual annotation.
    from_schema: https://concepts.datalad.org/s/demo-empirical-data/unreleased
    rank: 1000
    alias: annotation_value
    owner: FlatAnnotation
    domain_of:
    - Annotation
    range: string