logic constraint member
- CURIE:
gmeow:logicConstraintMember - IRI: https://blackcatinformatics.ca/gmeow/logicConstraintMember
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: RBox role (What is this?)
A member constraint combined by a logical constraint (odrl:operand). Non-functional: a logical constraint combines two or more.
Structure
Property shape: object property; gmeow:LogicalConstraint -> gmeow:Constraint
Practical Pattern
Use gmeow:logicConstraintMember from gmeow:LogicalConstraint to gmeow:Constraint when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:LogicalConstraint, gmeow:Constraint
External Equivalences
Equivalent or closely aligned targets: odrl
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:logicConstraintMember |
equivalence | - |
skos:closeMatch | odrl:operand | gmeow-rights.sssom.tsv; gmeow:eqRights077; confidence 0.8 |
Usage Advice
Use when
- Use to add a member constraint to a boolean combination (the odrl:operand) — each member is itself a
gmeow:AtomicConstraintor a nestedgmeow:LogicalConstraint.
Avoid when
- Avoid using it to condition a rule (that is
gmeow:ruleConstraint) and avoid a single-member logical constraint; a combination has two or more members.
How to use
- Add two or more
gmeow:logicConstraintMemberlinks from aLogicalConstraintto its parts (non-functional), under a singlegmeow:constraintLogicoperator.
Examples
- ex:euAndUntil2030
gmeow:logicConstraintMemberex:inEu, ex:until2030.