rete
playground
Aggregate
đ The Golden Boot (top scorers)
Player
Goals
Kylian Mbappé
8
Lionel Messi
7
JuliĂĄn Ălvarez
4
Olivier Giroud
4
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