Slot: taxon (taxon)
Scientifically classified group or entity within the reference taxonomy.
URI: EVORAO:taxon
Alias: taxon
Applicable Classes
| Name |
Description |
Modifies Slot |
| Taxonomy |
A structured representation of data about the classification and naming of bi… |
yes |
| ClinicalGroup |
A syndromic grouping of pathogens, based on typical disease manifestation, cl… |
yes |
| PathogenIdentification |
A collection of distinguishing information that enables the differentiation o… |
yes |
Properties
-
Range: Taxon
-
Required: True
- The taxon of the highest rank known that can be used to classify a pathogen or group of pathogens (e.g viruses) in the reference taxonomy.
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:taxon |
| native |
EVORAO:taxon |
| related |
dwc:Taxon, dwc:Taxon |
| close |
schema:taxonomicRange, dwc:taxonID, dwc:toTaxon, schema:taxonomicRange, dwc:taxonID, dwc:toTaxon |
LinkML Source
```yaml
name: taxon
description: Scientifically classified group or entity within the reference taxonomy.
title: taxon
comments:
- The taxon of the highest rank known that can be used to classify a pathogen or group
of pathogens (e.g viruses) in the reference taxonomy.
from_schema: https://w3id.org/evorao/
close_mappings:
- schema:taxonomicRange
- dwc:taxonID
- dwc:toTaxon
- schema:taxonomicRange
- dwc:taxonID
- dwc:toTaxon
related_mappings:
- dwc:Taxon
- dwc:Taxon
rank: 1000
alias: taxon
domain_of:
- Taxonomy
- PathogenIdentification
- ClinicalGroup
range: Taxon
required: true
multivalued: false
```