cascade severity
- CURIE:
gmeow:cascadeSeverity - IRI: https://blackcatinformatics.ca/gmeow/cascadeSeverity
- Category: property
- Defined by:
gmeow:slices/risk - Box roles: RBox role (What is this?)
The cascade's graded severity — according to whoever grades it (statement-layer indexed). NOT functional design review: grading is evaluative and source-variable; divergent grades coexist through the statement layer, and single-valuedness per base graph is SHACL's job (the hasAuthorityLevel convention). Mandatory: an ungraded cascade is just a story.
Structure
Property shape: object property; gmeow:Cascade -> gmeow:SeverityLevel
Practical Pattern
Use gmeow:cascadeSeverity from gmeow:Cascade to gmeow:SeverityLevel 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#> .
ex:trustCollapse a gmeow:Cascade ;
rdfs:label "Trust Collapse"@en ;
gmeow:cascadeFirstLink ex:linkBetrayalToDissolution ;
gmeow:cascadeSeverity gmeow:severityCatastrophic .