Skip to content

Class: Annotation (FlatAnnotation)

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

URI: dlflat: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
FlatThing annotations range FlatAnnotation
AnnotationTag annotations range FlatAnnotation

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/flat/unreleased

Mappings

Mapping Type Mapped Value
self dlflat:FlatAnnotation
native dlflat: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/flat/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/flat/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/flat/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/flat/unreleased
    rank: 1000
    alias: annotation_value
    owner: FlatAnnotation
    domain_of:
    - Annotation
    range: string