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