Slot: traverse_up
True if the direction of the reachability query is reversed and ancestors are retrieved
URI: [linkml:traverse_up](https://w3id.org/linkml/traverse_up)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [ReachabilityQuery](ReachabilityQuery.md) | A query that is used on an enum expression to dynamically obtain a set of per... | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [Boolean](Boolean.md) |
| Domain | [ReachabilityQuery](ReachabilityQuery.md) |
| Domain Of | [ReachabilityQuery](ReachabilityQuery.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## In Subsets
* [SpecificationSubset](SpecificationSubset.md)
## Aliases
* ancestors
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:traverse_up |
| native | linkml:traverse_up |
## LinkML Source
name: traverse_up
description: True if the direction of the reachability query is reversed and ancestors
are retrieved
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- ancestors
rank: 1000
domain: reachability_query
domain_of:
- reachability_query
range: boolean