Skip to content

Class: TaxonomicRank

A descriptor for the rank within a taxonomic classification. Example instance: TAXRANK:0000017 (kingdom)

URI: [biolink:TaxonomicRank](https://w3id.org/biolink/vocab/TaxonomicRank)
classDiagram class TaxonomicRank click TaxonomicRank href "../TaxonomicRank/" OntologyClass <|-- TaxonomicRank click OntologyClass href "../OntologyClass/" TaxonomicRank : id
## Inheritance * [OntologyClass](OntologyClass.md) * **TaxonomicRank** ## Class Properties | Property | Value | | --- | --- | | Class URI | [biolink:TaxonomicRank](https://w3id.org/biolink/vocab/TaxonomicRank) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [id](id.md) | 1
[String](String.md) | A unique identifier for an entity | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [OrganismTaxon](OrganismTaxon.md) | [has_taxonomic_rank](has_taxonomic_rank.md) | range | [TaxonomicRank](TaxonomicRank.md) | ## Identifier and Mapping Information ### Valid ID Prefixes Instances of this class *should* have identifiers with one of the following prefixes: * TAXRANK ### Schema Source * from schema: https://w3id.org/brain-bican/bke-taxonomy ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | biolink:TaxonomicRank | | native | bican:TaxonomicRank | | undefined | WIKIDATA:Q427626 | ## LinkML Source ### Direct
name: taxonomic rank
id_prefixes:
- TAXRANK
definition_uri: https://w3id.org/biolink/vocab/TaxonomicRank
description: 'A descriptor for the rank within a taxonomic classification. Example
  instance: TAXRANK:0000017 (kingdom)'
from_schema: https://w3id.org/brain-bican/bke-taxonomy
mappings:
- WIKIDATA:Q427626
is_a: ontology class
slots:
- id
class_uri: biolink:TaxonomicRank

### Induced
name: taxonomic rank
id_prefixes:
- TAXRANK
definition_uri: https://w3id.org/biolink/vocab/TaxonomicRank
description: 'A descriptor for the rank within a taxonomic classification. Example
  instance: TAXRANK:0000017 (kingdom)'
from_schema: https://w3id.org/brain-bican/bke-taxonomy
mappings:
- WIKIDATA:Q427626
is_a: ontology class
attributes:
  id:
    name: id
    definition_uri: https://w3id.org/biolink/vocab/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/brain-bican/bke-taxonomy
    exact_mappings:
    - AGRKB:primaryId
    - gff3:ID
    - gpi:DB_Object_ID
    rank: 1000
    domain: entity
    slot_uri: biolink:id
    identifier: true
    owner: taxonomic rank
    domain_of:
    - ontology class
    - entity
    - CellTypeTaxonomy
    - CellTypeSet
    - CellTypeTaxon
    - ClusterSet
    - Cluster
    - Abbreviation
    - ColorPalette
    - DisplayColor
    - attribute
    - named thing
    - taxonomic rank
    - organism taxon
    - study result
    - relative frequency analysis result
    - information content entity
    - dataset
    - physical entity
    - activity
    - procedure
    - material sample
    - biological entity
    - gene
    - genome
    range: string
    required: true
class_uri: biolink:TaxonomicRank