Conflict Strategy
- CURIE:
gmeow:ConflictStrategy - IRI: https://blackcatinformatics.ca/gmeow/ConflictStrategy
- Category: class
- Defined by:
gmeow:slices/rights - Box roles: TBox role (What is this?)
A policy conflict-resolution strategy — the ODRL conflict values perm / prohibit / invalid.
Structure
Subclass of: gufo:QualityValue
Practical Pattern
Use gmeow:ConflictStrategy as a specialized kind of gufo:QualityValue. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Usage Advice
Use when
- Use as the value vocabulary for the policy conflict-resolution axis — the ODRL strategy (perm, prohibit, invalid) a rights statement declares via
gmeow:conflictStrategy.
Avoid when
- Avoid minting per-strategy subclasses (strategies are individuals, Principle 9) and avoid using it for the atomic comparison operators, which are
gmeow:ConstraintOperator.
How to use
- Reference a seeded value (
gmeow:conflictPerm,gmeow:conflictProhibit,gmeow:conflictInvalid) fromgmeow:conflictStrategy.
Examples
- ex:cs a
gmeow:ConflictStrategy; rdfs:label "prohibition wins"@en.