mitigation status

The mitigation's lifecycle status. NOT functional design review: lifecycle is mutable and source-variable — status-over-time rides validFrom/validUntil on the statement, and single-valuedness per base graph is SHACL's job. Open vocabulary (sh:nodeKind sh:IRI, never sh:in).

Structure

Property shape: object property; gmeow:Mitigation -> gmeow:MitigationStatus

Practical Pattern

Use gmeow:mitigationStatus from gmeow:Mitigation to gmeow:MitigationStatus 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

@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 .

Common Companion Terms

gmeow:Mitigation, gmeow:MitigationStatus