reteplayground
Construct

Citation network of the top papers

CONSTRUCT { ?a cito:cites ?b } WHERE { ?a cito:cites ?b .…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 32 nodes, 77 edges · 17 ms · no server, no download — the query runs in your browser.

The query

PREFIX cito: <http://purl.org/spar/cito/> PREFIX ex: <http://ex/> CONSTRUCT { ?a cito:cites ?b } WHERE { ?a cito:cites ?b . ?a ex:citationCount ?ca . FILTER(?ca > 1500) . ?b ex:citationCount ?cb . FILTER(?cb > 1500) }

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