mitigation counters
- CURIE:
gmeow:mitigationCounters - IRI: https://blackcatinformatics.ca/gmeow/mitigationCounters
- Category: property
- Defined by:
gmeow:slices/risk - Box roles: RBox role (What is this?)
What the measure is set against — a gmeow:RiskFactor: a CausalLink (a bowtie barrier on the chain) or a Hazard (a control at the source). NOT functional, at least one (SHACL).
Structure
Property shape: object property; gmeow:Mitigation -> gmeow:RiskFactor
Practical Pattern
Use gmeow:mitigationCounters from gmeow:Mitigation to gmeow:RiskFactor 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 .