link next

The next link in a cascade walk. NOT functional (a link may feed branches; a branching failure tree is one cascade entry with diverging walks) and NOT transitive — reachability is solver work. Acyclic (SHACL): no link reaches itself through linkNext.

Structure

Property shape: object property; gmeow:CausalLink -> gmeow:CausalLink

Practical Pattern

Use gmeow:linkNext from gmeow:CausalLink to gmeow:CausalLink 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#> .



# Reified where modality and mechanism matter.
ex:linkBetrayalToDissolution a gmeow:CausalLink ;
    gmeow:linkAntecedent ex:etBetrayal ;
    gmeow:linkConsequent ex:etBondDissolution ;
    gmeow:causalModality gmeow:causallyNecessitates ;
    gmeow:linkMechanism "The bond is constituted by the oath; betrayal does not damage it, it unmakes it."@en ;
    gmeow:linkNext ex:linkDissolutionToCollapse .

Common Companion Terms

gmeow:CausalLink