Class: TaxonomicRank
Description: A descriptor for the rank within a taxonomic classification. Example instance: TAXRANK:0000017 (kingdom)
classDiagram
class TaxonomicRank
OntologyClass <|-- TaxonomicRank
TaxonomicRank : id
TaxonomicRank : subsets
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 | |
| subsets: The set of ontology subsets a term belongs to (e.g. GO slim subsets, MONDO rare disease subset). Carries the values of oboInOwl:inSubset annotations from source ontologies through to downstream knowledge graphs. |
* 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/vocab/
mappings:
- WIKIDATA:Q427626
is_a: ontology class