Skip to content

Class: EntityProperty

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

URI: go_standard_annotation_schema:EntityProperty

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

      EntityProperty : property_key

      EntityProperty : 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
Entity gene_product_properties range EntityProperty

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: EntityProperty
description: A key-value pair that provides additional information about an entity.
from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
is_a: Property
slot_usage:
  property_key:
    name: property_key
    equals_string_in:
    - db-subset
    - uniprot-proteome
    - go-annotation-complete
    - go-annotation-summary

Induced

name: EntityProperty
description: A key-value pair that provides additional information about an entity.
from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
is_a: Property
slot_usage:
  property_key:
    name: property_key
    equals_string_in:
    - db-subset
    - uniprot-proteome
    - go-annotation-complete
    - go-annotation-summary
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: EntityProperty
    domain_of:
    - Property
    range: string
    required: true
    equals_string_in:
    - db-subset
    - uniprot-proteome
    - go-annotation-complete
    - go-annotation-summary
  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: EntityProperty
    domain_of:
    - Property
    range: string
    required: true