reteplayground
Aggregate

Books by USTC classification

ClassificationEditions
Religious313
Science105
Medical Texts76
Philosophy and Morality57
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 38 rows · 8.0 ms · no server, no download — the query runs in your browser.

The query

PREFIX dct: <http://purl.org/dc/terms/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?classification (COUNT(?e) AS ?editions) WHERE { ?e dct:subject ?c . ?c skos:prefLabel ?classification } GROUP BY ?classification ORDER BY DESC(?editions)

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