Class: TaxonomicRank
Description: A descriptor for the rank within a taxonomic classification. Example instance: TAXRANK:0000017 (kingdom)
classDiagram
class TaxonomicRank
OntologyClass <|-- TaxonomicRank
TaxonomicRank : id
Inheritance
- OntologyClass
- TaxonomicRank
Slots
| Name | Cardinality and Range | Inheritance | Examples |
|---|---|---|---|
| id: A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI |
1 String |
OntologyClass |
Usages
| used by | used in | type | used |
|---|---|---|---|
| OrganismTaxon | has_taxonomic_rank | range | TaxonomicRank |
Valid ID Prefixes
Instances of this class should have identifiers with one of the following prefixes, ordered with the most preferred first:
| ID Prefix | Usage |
|---|---|
| TAXRANK | TaxonomicRank |
LinkML Source
name: taxonomic rank
id_prefixes:
- TAXRANK
description: 'A descriptor for the rank within a taxonomic classification. Example
instance: TAXRANK:0000017 (kingdom)'
from_schema: https://w3id.org/biolink/biolink-model
mappings:
- WIKIDATA:Q427626
is_a: ontology class