reteplayground
Aggregate

🏟️ Clubs that sent the most players

ClubPlayers
Manchester City19
Bayern Munich17
Paris Saint-Germain16
Arsenal15
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