Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →9 rows · 106 ms · 256.0 KB 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#>
SELECT ?licenceType (COUNT(?v) AS ?n) WHERE {
?v a su:DatasetVersion ; su:licenseIconCode ?licenceType .
} GROUP BY ?licenceType ORDER BY DESC(?n)