rete
playground
Aggregate
Who had the most children
Name
Children
Maachah @en
23
David @en
21
Caleb @en
18
Shemaiah @en
17
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
15 rows · 5.4 ms · no server, no download — the query runs in your browser.
The query
PREFIX tg: <http://theographic/ontology#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?name (COUNT(?c) AS ?children) WHERE { ?p tg:child ?c ; rdfs:label ?name } GROUP BY ?name ORDER BY DESC(?children) LIMIT 15
rete playground
·
documentation
·
github.com/caviri/rete