Slot: equals_expression
the value of the slot must equal the value of the evaluated expression
Inheritance
- list_value_specification_constant
- equals_expression
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
SlotExpression | an expression that constrains the range of values a slot can take | no |
AnonymousSlotExpression | no | |
SlotDefinition | an element that describes how instances are related to other instances | no |
Properties
- Range: String
Comments
- for example, a 'length' slot may have an equals_expression with value '(end-start)+1'
See Also
- https://linkml.io/linkml/developers/inference.html
- https://linkml.io/linkml/schemas/advanced.html#equals-expression
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/meta
LinkML Source
name: equals_expression
description: the value of the slot must equal the value of the evaluated expression
comments:
- for example, a 'length' slot may have an equals_expression with value '(end-start)+1'
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
see_also:
- https://linkml.io/linkml/developers/inference.html
- https://linkml.io/linkml/schemas/advanced.html#equals-expression
rank: 1000
is_a: list_value_specification_constant
inherited: true
alias: equals_expression
domain_of:
- slot_expression
range: string