Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →15 rows · 6.1 s · 4.8 MB of 43.5 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX su: <https://w3id.org/rete/swissubase#>
PREFIX dct: <http://purl.org/dc/terms/>
SELECT ?dataset ?title (COUNT(?v) AS ?versions) WHERE {
?dataset a su:Dataset ; dct:title ?title ; su:hasVersion ?v .
} GROUP BY ?dataset ?title ORDER BY DESC(?versions) LIMIT 15