reteplayground
Select

The causal model (cause → effect, confidence, lag)

CauseEffectConfidence+1
Operator pressure setpointInjection pressure0.98
Injection pressureMould fill level0.92
Cooling timePart warpage0.81
Injection pressureShort-shot defect0.8
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 8 rows · 1.3 s · no server, no download — the query runs in your browser.

The query

PREFIX cg: <http://iwu.fraunhofer.de/causalgraph#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?cause ?effect ?confidence ?timeLag WHERE { ?e cg:hasCause ?c ; cg:hasEffect ?f ; cg:hasConfidence ?confidence ; cg:hasTimeLag ?timeLag . ?c rdfs:label ?cause . ?f rdfs:label ?effect . } ORDER BY DESC(?confidence)

rete playground · documentation · github.com/caviri/rete