Slot: id
Description: A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI
Required: True
Required: True
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
OntologyClass | a concept or class in an ontology, vocabulary or thesaurus. Note that nodes in a biolink compatible KG can be considered both instances of biolink classes, and OWL classes in their own right. In general you should not need to use this class directly. Instead, use the appropriate biolink class. For example, for the GO concept of endocytosis (GO:0006897), use bl:BiologicalProcess as the type. | no |
Entity | Root Biolink Model class for all things and informational relationships, real or imagined. | no |
LinkML Source
name: id
description: A unique identifier for an entity. Must be either a CURIE shorthand for
a URI or a complete URI
in_subset:
- translator_minimal
from_schema: https://w3id.org/biolink/biolink-model
exact_mappings:
- AGRKB:primaryId
- gff3:ID
- gpi:DB_Object_ID
domain: entity
identifier: true
alias: id
domain_of:
- ontology class
- entity
range: string
required: true