reteplayground
Aggregate

Cross-field citation pairs

FromToN
neurosciencegenomics51
genomicsneuroscience48
machine-learninggenomics36
genomicsmachine-learning31
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