Skip to content

Slot: range_expression

A range that is described as a boolean expression combining existing ranges

URI: [linkml:range_expression](https://w3id.org/linkml/range_expression) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [PathExpression](PathExpression.md) | An expression that describes an abstract path from an object to another throu... | no | | [SlotExpression](SlotExpression.md) | an expression that constrains the range of values a slot can take | no | | [ExtraSlotsExpression](ExtraSlotsExpression.md) | An expression that defines how to handle additional data in an instance of cl... | yes | | [AnonymousSlotExpression](AnonymousSlotExpression.md) | | no | | [SlotDefinition](SlotDefinition.md) | an element that describes how instances are related to other instances | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [AnonymousClassExpression](AnonymousClassExpression.md) | | Domain | [SlotExpression](SlotExpression.md) | | Domain Of | [PathExpression](PathExpression.md), [SlotExpression](SlotExpression.md), [ExtraSlotsExpression](ExtraSlotsExpression.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ## In Subsets * [SpecificationSubset](SpecificationSubset.md) ## Comments * one use for this is being able to describe a range using any_of expressions, for example to combine two enums ## Identifier and Mapping Information ### Administrative Metadata **Status:** testing ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:range_expression | | native | linkml:range_expression | ## LinkML Source
name: range_expression
description: A range that is described as a boolean expression combining existing
  ranges
comments:
- one use for this is being able to describe a range using any_of expressions, for
  example to combine two enums
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
status: testing
rank: 1000
domain: slot_expression
domain_of:
- path_expression
- slot_expression
- extra_slots_expression
range: anonymous_class_expression