Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →50 rows · 17.9 s · 177.0 MB of 6090.5 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX cn: <https://causenet.org/ontology#>
SELECT ?cause ?support WHERE {
?r cn:effect <https://causenet.org/concept/obesity> ;
cn:cause ?cause ;
cn:support ?support
}
ORDER BY DESC(?support)
LIMIT 50