Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →20 rows · 124 ms · 128.0 KB of 9.8 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX pa: <https://w3id.org/rete/plantatlas/ontology#>
SELECT ?part (COUNT(?photo) AS ?n) WHERE {
?photo a pa:Photo ; pa:plantPart ?part .
} GROUP BY ?part ORDER BY DESC(?n) LIMIT 20