Slot: lineage (lineage)
An ordered list of textual taxon names representing the taxonomic lineage of the current taxon, normally from the highest known ancestor to the immediate parent.
URI: EVORAO:lineage
Alias: lineage
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
- This property is intended for display, indexing, and search optimisation purposes. It represents a denormalised view of the taxonomic lineage and is typically derived automatically from successive parentTaxon relations. It MUST NOT be considered authoritative for taxonomic reasoning. This property provides a flattened, display-oriented view of the lineage and does not replace the parentTaxon relation.
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:lineage |
| native |
EVORAO:lineage |
LinkML Source
```yaml
name: lineage
description: An ordered list of textual taxon names representing the taxonomic lineage
of the current taxon, normally from the highest known ancestor to the immediate
parent.
title: lineage
comments:
- This property is intended for display, indexing, and search optimisation purposes.
It represents a denormalised view of the taxonomic lineage and is typically derived
automatically from successive parentTaxon relations. It MUST NOT be considered authoritative
for taxonomic reasoning. This property provides a flattened, display-oriented view
of the lineage and does not replace the parentTaxon relation.
from_schema: https://w3id.org/evorao/
rank: 1000
alias: lineage
domain_of:
- Taxon
range: string
required: false
multivalued: true
```