promotes
- CURIE:
gmeow:causallyPromotes - IRI: https://blackcatinformatics.ca/gmeow/causallyPromotes
- Category: individual
- Defined by:
gmeow:slices/risk - Box roles: ABox role (What is this?)
The antecedent kind raises the likelihood of the consequent kind.
Structure
Types: gmeow:CausalModality
Practical Pattern
Use gmeow:causallyPromotes as a controlled value typed as gmeow:CausalModality.
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:linkDissolutionToCollapse a gmeow:CausalLink ;
gmeow:linkAntecedent ex:etBondDissolution ;
gmeow:linkConsequent ex:etWillCollapse ;
gmeow:causalModality gmeow:causallyPromotes .