rete
playground
Select
π΄ Who's still in it β the semi-finals
Fixture
Date
France v Spain (scheduled)
2026-07-14
England v Argentina (scheduleβ¦
2026-07-15
Run this query β
no server Β· no download Β· no account
caviri.github.io/rete
Run this query in the playground β
2 rows Β· 6.0 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 ?match ?date WHERE { ?m a wc:Match ; wc:status "scheduled" ; rdfs:label ?match . OPTIONAL { ?m sc:startDate ?date } } ORDER BY ?date
rete playground
Β·
documentation
Β·
github.com/caviri/rete