reteplayground
Path

Everything that leads to a heart attack

SELECT ?from ?to WHERE {
  ?from ex:causes ?to .
  ?to ex:causes* ex:MyocardialInfarction
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 16 nodes, 30 edges · 11 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 . ?to ex:causes* ex:MyocardialInfarction }

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