rete
playground
Aggregate
Authors above the mean h-index
Name
H
Nyte Daqu
90
Cesami Beto
53
Tebe Mozo
39
Nyul Hanyto
34
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
20 rows · 1.5 ms · no server, no download — the query runs in your browser.
The query
PREFIX ex: <http://ex/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name ?h WHERE { ?a foaf:name ?name ; ex:hIndex ?h . { SELECT (AVG(?x) AS ?avg) WHERE { ?p ex:hIndex ?x } } FILTER(?h > ?avg) } ORDER BY DESC(?h) LIMIT 20
rete playground
·
documentation
·
github.com/caviri/rete