rete
playground
Path
🛣️ A semi-finalist's road to the last four
Stage
Match
group
Argentina 3-0 Algeria
group
Argentina 2-0 Austria
group
Jordan 1-3 Argentina
round_of_32
Argentina 3-2 Cape Ve…
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
6 rows · 16 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/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?stage ?match WHERE { ?m a wc:Match ; wc:stage ?stage ; rdfs:label ?match ; wc:status "played" . { ?m wc:homeTeam <https://w3id.org/rete/worldcup/2026/team/Argentina> } UNION { ?m wc:awayTeam <https://w3id.org/rete/worldcup/2026/team/Argentina> } } ORDER BY ?m
rete playground
·
documentation
·
github.com/caviri/rete