Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →50 rows · 64.7 s · 234.5 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 ?effect ?support WHERE {
?r cn:cause <https://causenet.org/concept/smoking> ;
cn:effect ?effect ;
cn:support ?support
}
ORDER BY DESC(?support)
LIMIT 50