reteplayground
Aggregate

Which styles is the collection made of?

SELECT ?style (COUNT(*) AS ?n) WHERE { ?w wa:style ?styleGROUP BY ?style ORDER BY DESC(?n) LIMIT 30
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 wa: <https://w3id.org/rete/wikiart#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?style (COUNT(*) AS ?n) WHERE { ?w wa:style ?style } GROUP BY ?style ORDER BY DESC(?n) LIMIT 30

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