reteplayground
Aggregate

The whole corpus by resource type

SELECT ?type (COUNT(*) AS ?records) WHERE {
  ?s a ?type .
}
GROUP BY ?type ORDER BY DESC(?records)
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX dcite: <https://w3id.org/rete/datacite#> PREFIX dct: <http://purl.org/dc/terms/> SELECT ?type (COUNT(*) AS ?records) WHERE { ?s a ?type . } GROUP BY ?type ORDER BY DESC(?records)

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