rete
playground
Aggregate
Cross-field citation pairs
From
To
N
neuroscience
genomics
51
genomics
neuroscience
48
machine-learning
genomics
36
genomics
machine-learning
31
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
15 rows · 4.9 ms · no server, no download — the query runs in your browser.
The query
PREFIX ex: <http://ex/> PREFIX cito: <http://purl.org/spar/cito/> SELECT ?from ?to (COUNT(*) AS ?n) WHERE { ?a cito:cites ?b . ?a ex:hasField ?from . ?b ex:hasField ?to . FILTER(?from != ?to) } GROUP BY ?from ?to ORDER BY DESC(?n) LIMIT 15
rete playground
·
documentation
·
github.com/caviri/rete