👥 Most prolific authors & bodies in the collection
Author / body
# works
Organisation for Economic Co-…
9991
Organisation for Economic Co-…
9991
CTLO - Centre 'Traditio Litte…
8973
International Monetary Fund
8079
Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →25 rows · 9.9 s · 12.0 MB of 1892.8 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX schema: <http://schema.org/>
PREFIX b: <https://data.bcu-lausanne.ch/>
SELECT ?name (COUNT(?w) AS ?n) WHERE {
?w schema:creator ?a .
?a schema:name ?name .
} GROUP BY ?name ORDER BY DESC(?n) LIMIT 25