rete
playground
Select
🚩 The knockout bracket
Stage
Match
Date
round_of_16
Argentina 2-1 Austral…
2022-12-03
round_of_16
Netherlands 3-1 USA
2022-12-03
round_of_16
England 3-0 Senegal
2022-12-04
round_of_16
France 3-1 Poland
2022-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