rete
playground
Aggregate
🏟️ Clubs that sent the most players
Club
Players
Manchester City
19
Bayern Munich
17
Paris Saint-Germain
16
Arsenal
15
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
20 rows · 45 ms · no server, no download — the query runs in your browser.
The query
PREFIX wc: <https://w3id.org/rete/worldcup#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?club (COUNT(?p) AS ?players) WHERE { ?p wc:clubAtTournament ?c . ?c rdfs:label ?club . } GROUP BY ?club ORDER BY DESC(?players) LIMIT 20
rete playground
·
documentation
·
github.com/caviri/rete