rete
playground
Aggregate
🏆 The Golden Boot race
Player
Goals
Kylian Mbappé
8
Lionel Messi
8
Erling Haaland
7
Harry Kane
6
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
15 rows · 12 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