Skip to content

Class: AnnotationProperty

A key-value pair that provides additional information about an annotation.

URI: go_standard_annotation_schema:AnnotationProperty

 classDiagram
    class AnnotationProperty
    click AnnotationProperty href "../AnnotationProperty/"
      Property <|-- AnnotationProperty
        click Property href "../Property/"

      AnnotationProperty : property_key

      AnnotationProperty : property_value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
property_key 1
String
The key of an annotation property Property
property_value 1
String
The value of an annotation property Property

Usages

used by used in type used
Annotation annotation_properties range AnnotationProperty

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self go_standard_annotation_schema:AnnotationProperty
native go_standard_annotation_schema:AnnotationProperty

LinkML Source

Direct

name: AnnotationProperty
description: A key-value pair that provides additional information about an annotation.
from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
is_a: Property

Induced

name: AnnotationProperty
description: A key-value pair that provides additional information about an annotation.
from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
is_a: Property
attributes:
  property_key:
    name: property_key
    description: The key of an annotation property.
    from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
    rank: 1000
    owner: AnnotationProperty
    domain_of:
    - Property
    range: string
    required: true
  property_value:
    name: property_value
    description: The value of an annotation property.
    from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
    rank: 1000
    owner: AnnotationProperty
    domain_of:
    - Property
    range: string
    required: true