rete
playground
Path
Downstream effects of injection pressure
Effect
Confidence
Time Lag
Mould fill level
0.92
2
Short-shot defect
0.8
2
Part warpage
0.6
25
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
3 rows · 2.0 ms · 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 ?effect ?confidence ?timeLag WHERE { ?cause rdfs:label "Injection pressure" . ?e cg:hasCause ?cause ; cg:hasEffect ?f ; cg:hasConfidence ?confidence ; cg:hasTimeLag ?timeLag . ?f rdfs:label ?effect . } ORDER BY DESC(?confidence)
rete playground
·
documentation
·
github.com/caviri/rete