Class: Annotation

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

URI: dldist:Annotation

erDiagram Annotation { uriorcurie annotation_tag string annotation_value }

Slots

Name Cardinality and Range Description Inheritance
annotation_tag 1
Uriorcurie
A tag identifying an annotation direct
annotation_value 1
String
The actual annotation direct

Usages

used by used in type used
Distribution annotations range Annotation
Resource annotations range Annotation
LicenseDocument annotations range Annotation
DataService annotations range Annotation
ThingMixin annotations range Annotation
AttributeSpecification annotations range Annotation
Property annotations range Annotation
Thing annotations range Annotation
ValueSpecification annotations range Annotation
Role annotations range Annotation
Location annotations range Annotation
InstantaneousEvent annotations range Annotation
Agent annotations range Annotation
Activity annotations range Annotation
Entity annotations range Annotation
SoftwareAgent annotations range Annotation
Person annotations range Annotation
Organization annotations range Annotation
Project annotations range Annotation

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self dldist:Annotation
native dldist:Annotation

LinkML Source

Direct

name: Annotation
description: A tag/value pair with the semantics of OWL Annotation.
from_schema: https://concepts.datalad.org/s/distribution/unreleased
slots:
- annotation_tag
- annotation_value
slot_usage:
  annotation_tag:
    name: annotation_tag
    key: true
    required: true
  annotation_value:
    name: annotation_value
    required: true

Induced

name: Annotation
description: A tag/value pair with the semantics of OWL Annotation.
from_schema: https://concepts.datalad.org/s/distribution/unreleased
slot_usage:
  annotation_tag:
    name: annotation_tag
    key: true
    required: true
  annotation_value:
    name: annotation_value
    required: true
attributes:
  annotation_tag:
    name: annotation_tag
    description: A tag identifying an annotation.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    key: true
    alias: annotation_tag
    owner: Annotation
    domain_of:
    - Annotation
    range: uriorcurie
    required: true
  annotation_value:
    name: annotation_value
    description: The actual annotation.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    alias: annotation_value
    owner: Annotation
    domain_of:
    - Annotation
    range: string
    required: true