mitigation measure
- CURIE:
gmeow:mitigationMeasure - IRI: https://blackcatinformatics.ca/gmeow/mitigationMeasure
- Category: property
- Defined by:
gmeow:slices/risk - Box roles: RBox role (What is this?)
The countermeasure — a norm that forbids the antecedent conduct, a procedure that interrupts the chain, a design control. Range intentionally open across extension worlds. NOT functional, at least one (SHACL).
Structure
Property shape: object property; gmeow:Mitigation -> ?
Practical Pattern
Use gmeow:mitigationMeasure from gmeow:Mitigation to ? when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Trust Collapse
- Source:
slices/extensions/risk/examples/trust-collapse.ttl - Examples catalog: open in catalog#example-slices-extensions-risk-examples-trust-collapse
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# Open-range measure: the oath norm plugs in with no
# extension→extension axiom — the IRI is reference, not dependency.
ex:oathMitigation a gmeow:Mitigation ;
gmeow:mitigationMeasure ex:oathNorm ;
gmeow:mitigationCounters ex:linkBetrayalToDissolution , ex:betrayalHazard ;
gmeow:mitigationStatus gmeow:mitigationActive .