Slot: taxonomic ID (taxonomicId)
The taxonomic identifier as a persistent identifier accross releases.
URI: EVORAO:taxonomicId
Alias: taxonomicId
Inheritance
Applicable Classes
| Name |
Description |
Modifies Slot |
| Taxon |
Conceptual entity that groups one or more populations of an organism or organ… |
yes |
Properties
-
Range: String
-
Multivalued: True
-
Required: True
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:taxonomicId |
| native |
EVORAO:taxonomicId |
| exact |
dwc:taxonID |
| narrow |
ncit:P331 |
| broad |
schema:identifier, dct:identifier |
LinkML Source
```yaml
name: taxonomicId
description: The taxonomic identifier as a persistent identifier accross releases.
title: taxonomic ID
from_schema: https://w3id.org/evorao/
exact_mappings:
- dwc:taxonID
narrow_mappings:
- ncit:P331
broad_mappings:
- schema:identifier
- dct:identifier
rank: 1000
is_a: identifier
alias: taxonomicId
domain_of:
- Taxon
range: string
required: true
multivalued: true
```