rete
playground
Aggregate
Most-cited influences
Name
Cited
Louis Armstrong @en
21
Count Basie @en
17
Duke Ellington @en
11
Miles Davis @en
8
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