reteplayground
Select

🚩 The knockout bracket

StageMatchDate
round_of_16Argentina 2-1 Austral…2022-12-03
round_of_16Netherlands 3-1 USA2022-12-03
round_of_16England 3-0 Senegal2022-12-04
round_of_16France 3-1 Poland2022-12-04
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 16 rows · 3.0 ms · no server, no download — the query runs in your browser.

The query

PREFIX wc: <https://w3id.org/rete/worldcup#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX sc: <http://schema.org/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT ?stage ?match ?when WHERE { ?m a wc:Match ; wc:stage ?stage ; rdfs:label ?match . OPTIONAL { ?m sc:startDate ?when } FILTER(?stage != "group") } ORDER BY ?when

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