reteplayground
Path

Downstream effects of obesity

SELECT ?from ?to WHERE {
  ?from ex:causes ?to .
  ex:Obesity ex:causes* ?from
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 14 nodes, 21 edges · 2.9 ms · no server, no download — the query runs in your browser.

The query

PREFIX ex: <http://ex/> SELECT ?from ?to WHERE { ?from ex:causes ?to . ex:Obesity ex:causes* ?from }

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