Slot: db_object_symbol
The symbol of the entity being annotated.
URI: go_standard_annotation_schema:db_object_symbol
Applicable Classes
| Name |
Description |
Modifies Slot |
| Entity |
An annotatable biological entity for an organism: protein-coding genes, non-c... |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Value Constraints |
|
| Property |
Value |
| Regex Pattern |
^\S+$ |
Notes
- The GPI grammar and narrative spec both say that this is required, but in practice it is missing in many rows of existing GPI files. Decide whether this should be required in the schema and handled in the file parsing code if it is missing.
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
go_standard_annotation_schema:db_object_symbol |
| native |
go_standard_annotation_schema:db_object_symbol |
LinkML Source
name: db_object_symbol
description: The symbol of the entity being annotated.
notes:
- The GPI grammar and narrative spec both say that this is required, but in practice
it is missing in many rows of existing GPI files. Decide whether this should be
required in the schema and handled in the file parsing code if it is missing.
from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
rank: 1000
domain_of:
- Entity
range: string
required: false
pattern: ^\S+$