reteplayground
Aggregate

Most-versioned datasets

Dataset (DOI)TitleVersions
pjmf-8s41Living in Switzerland…19
kh5t-vb32Stellenmarkt-Monitor…13
kh5t-vb32Swiss Job Market Moni…13
2php-jh42DAB Panel Study (DAB)…9
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

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