Slot: slot_group
allows for grouping of related slots into a grouping slot that serves the role of a group
URI: sh:group
Alias: slot_group
Applicable Classes
| Name |
Description |
Modifies Slot |
| SlotDefinition |
an element that describes how instances are related to other instances |
no |
Properties
Type and Range
Cardinality and Requirements
Advanced Properties
**Range Expression:** AnonymousClassExpression({
'slot_conditions': {'is_grouping_slot': SlotDefinition({'name': 'is_grouping_slot', 'equals_expression': 'True'})}
})
In Subsets
- slot groups do not change the semantics of a model but are a useful way of visually grouping related slots
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
sh:group |
| native |
linkml:slot_group |
LinkML Source
name: slot_group
description: allows for grouping of related slots into a grouping slot that serves
the role of a group
comments:
- slot groups do not change the semantics of a model but are a useful way of visually
grouping related slots
in_subset:
- SpecificationSubset
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: slot_definition
slot_uri: sh:group
alias: slot_group
domain_of:
- slot_definition
range: slot_definition
range_expression:
slot_conditions:
is_grouping_slot:
name: is_grouping_slot
equals_expression: 'True'