group member
- CURIE:
gmeow:groupMember - IRI: https://blackcatinformatics.ca/gmeow/groupMember
- Category: property
- Defined by:
gmeow:slices/norms - Box roles: RBox role (What is this?)
A member condition of this group. At least two (SHACL); nest groups for arbitrary trees.
Structure
Property shape: object property; gmeow:ConditionGroup -> gmeow:Condition
Practical Pattern
Use gmeow:groupMember from gmeow:ConditionGroup to gmeow:Condition when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:ConditionGroup, gmeow:Condition
Usage Advice
Use when
- Use to attach a member condition to a condition group; nest groups as members for arbitrary boolean trees.
Avoid when
- Avoid a group with fewer than two members (SHACL requires at least two) and avoid using it outside a
gmeow:ConditionGroup.
How to use
- Assert
gmeow:groupMemberfrom the group to each membergmeow:Condition(including nested groups), paired with agmeow:groupOperator.
Examples
- ex:cg1
gmeow:groupMemberex:c1, ex:c2.