reteplayground
Aggregate

Who had the most children

NameChildren
Maachah @en23
David @en21
Caleb @en18
Shemaiah @en17
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