reteplayground
Aggregate

🏆 The Golden Boot (top scorers)

PlayerGoals
Kylian Mbappé8
Lionel Messi7
Juliån Álvarez4
Olivier Giroud4
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 15 rows · 10 ms · no server, no download — the query runs in your browser.

The query

PREFIX wc: <https://w3id.org/rete/worldcup#> PREFIX sc: <http://schema.org/> SELECT ?player (COUNT(?g) AS ?goals) WHERE { ?g a wc:Goal ; wc:scoredBy ?p . ?p sc:name ?player . FILTER NOT EXISTS { ?g wc:ownGoal true } } GROUP BY ?player ORDER BY DESC(?goals) LIMIT 15

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