rete
playground
Aggregate
Books by language
Language
Books
German
929
Latin
585
English
269
French
238
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
24 rows · 47 ms · no server, no download — the query runs in your browser.
The query
PREFIX schema: <http://schema.org/> PREFIX dct: <http://purl.org/dc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX efmo: <https://data.embassyofthefreemind.com/ontology#> SELECT ?language (COUNT(?b) AS ?books) WHERE { ?b a schema:Book ; dct:language ?language } GROUP BY ?language ORDER BY DESC(?books)
rete playground
·
documentation
·
github.com/caviri/rete