Skip to content

Slot: is_direct

True if the reachability query should only include directly related nodes, if False then include also transitively connected

URI: [linkml:is_direct](https://w3id.org/linkml/is_direct) ## 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 * non-transitive ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:is_direct | | native | linkml:is_direct | ## LinkML Source
name: is_direct
description: True if the reachability query should only include directly related nodes,
  if False then include also transitively connected
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- non-transitive
rank: 1000
domain: reachability_query
domain_of:
- reachability_query
range: boolean