Class: Property
A key-value pair that provides additional information about an annotation or
entity.
URI: go_standard_annotation_schema:Property
classDiagram
class Property
click Property href "../Property/"
Property <|-- AnnotationProperty
click AnnotationProperty href "../AnnotationProperty/"
Property <|-- EntityProperty
click EntityProperty href "../EntityProperty/"
Property : property_key
Property : property_value
Inheritance
- Property
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| property_key | 1 String |
The key of an annotation property | direct |
| property_value | 1 String |
The value of an annotation property | direct |
Identifier and Mapping Information
Schema Source
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | go_standard_annotation_schema:Property |
| native | go_standard_annotation_schema:Property |
LinkML Source
Direct
name: Property
description: 'A key-value pair that provides additional information about an annotation
or
entity.'
from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
slots:
- property_key
- property_value
Induced
name: Property
description: 'A key-value pair that provides additional information about an annotation
or
entity.'
from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
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: Property
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: Property
domain_of:
- Property
range: string
required: true