reteplayground
Aggregate

Most-cited influences

NameCited
Louis Armstrong @en21
Count Basie @en17
Duke Ellington @en11
Miles Davis @en8
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 12 rows · 2.0 ms · no server, no download — the query runs in your browser.

The query

PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rel: <http://purl.org/vocab/relationship/> SELECT ?name (COUNT(?s) AS ?cited) WHERE { ?s rel:influencedBy ?infl . ?infl foaf:name ?name . } GROUP BY ?name ORDER BY DESC(?cited) LIMIT 12

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