reteplayground
Aggregate

Most talked-about musicians

NameMentions
Count Basie @en165
Louis Armstrong @en117
Duke Ellington @en72
Dizzy Gillespie @en69
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 15 rows · 21 ms · no server, no download — the query runs in your browser.

The query

PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name (COUNT(?s) AS ?mentions) WHERE { ?s ?rel ?person . FILTER(?rel != foaf:name && ?rel != <http://dbpedia.org/ontology/thumbnail>) ?person foaf:name ?name . } GROUP BY ?name ORDER BY DESC(?mentions) LIMIT 15

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