conflict strategy
- CURIE:
gmeow:conflictStrategy - IRI: https://blackcatinformatics.ca/gmeow/conflictStrategy
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: RBox role (What is this?)
How a rights statement resolves a permission/prohibition conflict over the same action (odrl:conflict): gmeow:conflictPerm (permission wins), gmeow:conflictProhibit (prohibition wins), gmeow:conflictInvalid (the policy is void). Functional.
Structure
Property shape: object property; gmeow:RightsStatement -> gmeow:ConflictStrategy; functional
Practical Pattern
Use gmeow:conflictStrategy from gmeow:RightsStatement to gmeow:ConflictStrategy when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:RightsStatement, gmeow:ConflictStrategy
Projects To
| Profile | External Targets |
|---|---|
odrl |
odrl |
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:conflictStrategy |
equivalence | - |
skos:closeMatch | odrl:conflict | gmeow-rights.sssom.tsv; gmeow:eqRights080; confidence 0.8 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:conflictStrategy |
projection | odrl |
projects to / <= | odrl:conflict | gmeow:mapOdrlConflict; confidence 0.8 |
Usage Advice
Use when
- Use to declare how a rights statement settles a permission-vs-prohibition conflict over the same action (the odrl:conflict strategy) — permission wins, prohibition wins, or the policy is void.
Avoid when
- Avoid omitting it on a statement that genuinely carries conflicting rules (the resolution is then undefined) and avoid a free-text strategy; reference a
gmeow:ConflictStrategyvalue.
How to use
- Set
gmeow:conflictStrategyonce perRightsStatement(functional) to agmeow:ConflictStrategyvalue; the safe default for most published policies isgmeow:conflictProhibit.
Examples
- ex:photoRights
gmeow:conflictStrategygmeow:conflictProhibit.