reteplayground
Aggregate

What kinds of works are in the corpus

SELECT ?type (COUNT(*) AS ?works) WHERE {
  ?w oc:resourceType ?type .
}
GROUP BY ?type ORDER BY DESC(?works)
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 oc: <https://w3id.org/rete/opencitations#> SELECT ?type (COUNT(*) AS ?works) WHERE { ?w oc:resourceType ?type . } GROUP BY ?type ORDER BY DESC(?works)

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