reteplayground
Aggregate

An author's output over the years

SELECT ?year (COUNT(?p) AS ?papers) WHERE {
  ?p dblp:authoredBy <https://orcid.org/0000-0003-4827-17…
     dblp:year ?year .
} GROUP BY ?year ORDER BY ?year
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 30 dated item(s) · 1997–2026 · 1.5 s · no server, no download — the query runs in your browser.

The query

PREFIX dblp: <https://w3id.org/rete/dblp#> SELECT ?year (COUNT(?p) AS ?papers) WHERE { ?p dblp:authoredBy <https://orcid.org/0000-0003-4827-1793> ; dblp:year ?year . } GROUP BY ?year ORDER BY ?year

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