reteplayground
Aggregate

👤 Most prolific EPFL authors

ResearcherNamePublications
435Graetzel, Michael1907
639Bierlaire, Michel1341
14621de Rooij, Nico1173
0000-0002-6014-7552Schneider, Olivier1159
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 40 rows · 4.0 s · 9.0 MB of 1566.6 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX infs: <https://w3id.org/rete/infoscience#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?person (SAMPLE(?nm) AS ?name) (COUNT(?pub) AS ?pubs) WHERE { ?pub infs:hasAuthor ?person . OPTIONAL { ?person rdfs:label ?nm } } GROUP BY ?person ORDER BY DESC(?pubs) LIMIT 40

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