reteplayground
Aggregate

Most prolific ORCID-identified authors

AuthorWorks
Axhausen, Kay W.1883
Kolar, Johann W.782
Steinfeld, Aldo596
Sturm, Jan-Egbert572
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 5.5 s · 17.5 MB of 196.5 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX ethz: <https://w3id.org/rete/ethz#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?name (COUNT(?w) AS ?n) WHERE { ?w ethz:creator ?a . ?a ethz:orcid ?o ; rdfs:label ?name . } GROUP BY ?a ?name ORDER BY DESC(?n) LIMIT 25

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