reteplayground
Aggregate

Authors above the mean h-index

NameH
Nyte Daqu90
Cesami Beto53
Tebe Mozo39
Nyul Hanyto34
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