reteplayground
Aggregate

How big is the picture payload?

SELECT (COUNT(*) AS ?works) (ROUND(AVG(STRLEN(STR(?d)))/1…
WHERE { ?w wa:imageData ?d }
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 (COUNT(*) AS ?works) (ROUND(AVG(STRLEN(STR(?d)))/1024) AS ?avgKB) WHERE { ?w wa:imageData ?d }

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