reteplayground
Path

Downstream effects of injection pressure

EffectConfidenceTime Lag
Mould fill level0.922
Short-shot defect0.82
Part warpage0.625
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