rete
playground
Aggregate
Most talked-about musicians
Name
Mentions
Count Basie @en
165
Louis Armstrong @en
117
Duke Ellington @en
72
Dizzy Gillespie @en
69
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