Cascade
- CURIE:
gmeow:Cascade - IRI: https://blackcatinformatics.ca/gmeow/Cascade
- Category: class
- Defined by:
gmeow:slices/risk - Box roles: TBox role (What is this?)
A NAMED chain of causal links — 'Trust Collapse: betrayal dissolves the bond, bond dissolution kills the will to survive.' A social object: the cascade exists as a recognized failure narrative, independent of anything ever occurring. Entered at gmeow:cascadeFirstLink, walked by gmeow:linkNext, graded by gmeow:cascadeSeverity. Acyclic within itself (SHACL); propagation arithmetic is solver work (Principle 12).
Structure
Subclass of: gmeow:SocialObject
Practical Pattern
Use gmeow:Cascade as a specialized kind of gmeow:SocialObject. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
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 .