rete
playground
Select
The causal model (cause → effect, confidence, lag)
Cause
Effect
Confidence
+1
Operator pressure setpoint
Injection pressure
0.98
…
Injection pressure
Mould fill level
0.92
…
Cooling time
Part warpage
0.81
…
Injection pressure
Short-shot defect
0.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