Skip to content

Slot: any_of

holds if at least one of the expressions hold

URI: linkml:any_of

Inheritance

Applicable Classes

Name Description
TypeExpression
PathExpression An expression that describes an abstract path from an object to another throu...
SlotExpression an expression that constrains the range of values a slot can take
ClassExpression A boolean expression that can be used to dynamically determine membership of ...
AnonymousTypeExpression
TypeDefinition an element that whose instances are atomic scalar values that can be mapped t...
AnonymousSlotExpression
SlotDefinition an element that describes how instances are related to other instances
AnonymousClassExpression
ClassDefinition an element whose instances are complex objects that may have slot-value assig...

Properties

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/meta

LinkML Source

name: any_of
description: holds if at least one of the expressions hold
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
exact_mappings:
- sh:or
rank: 101
is_a: boolean_slot
multivalued: true
alias: any_of
domain_of:
- type_expression
- path_expression
- slot_expression
- class_expression
range: expression