rete
playground
Aggregate
🥅 Goals per group stage vs knockout
Stage
Goals
group
214
round_of_32
42
round_of_16
23
quarter_final
12
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
4 rows · 2.0 ms · no server, no download — the query runs in your browser.
The query
PREFIX wc: <https://w3id.org/rete/worldcup#> SELECT ?stage (COUNT(?g) AS ?goals) WHERE { ?g a wc:Goal ; wc:inMatch ?m . ?m wc:stage ?stage . } GROUP BY ?stage ORDER BY DESC(?goals)
rete playground
·
documentation
·
github.com/caviri/rete