catastrophic

The catastrophic severity level — the failure that ends the system it grades.

Structure

Types: gmeow:SeverityLevel

Practical Pattern

Use gmeow:severityCatastrophic as a controlled value typed as gmeow:SeverityLevel.

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



ex:trustCollapse a gmeow:Cascade ;
    rdfs:label "Trust Collapse"@en ;
    gmeow:cascadeFirstLink ex:linkBetrayalToDissolution ;
    gmeow:cascadeSeverity gmeow:severityCatastrophic .

# The hazard at the source, and the norm-shaped barrier on the first link.
ex:duoBond a gmeow:SocialObject ; rdfs:label "the bonded partnership"@en .
ex:betrayalHazard a gmeow:Hazard ;
    rdfs:label "betrayal exposure"@en ;
    gmeow:hazardBearer ex:duoBond ;
    gmeow:manifestedAsType ex:etBetrayal ;
    gmeow:hazardSeverity gmeow:severityCatastrophic .

Common Companion Terms

gmeow:SeverityLevel