rete
playground
Aggregate
๐ The title race, snapshot by snapshot
Forecast date
Team
Champion prob.
2022-11-16
Brazil
0.21668
2022-11-16
Spain
0.10663
2022-11-24
Brazil
0.24760
2022-11-24
Spain
0.14587
Run this query โ
no server ยท no download ยท no account
caviri.github.io/rete
Run this query in the playground โ
22 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 prov: <http://www.w3.org/ns/prov#> SELECT ?date ?team ?prob WHERE { ?pr wc:outcome wc:Champion ; prov:wasAttributedTo <https://w3id.org/rete/worldcup/source/538> ; wc:aboutTeam ?t ; wc:probability ?prob ; wc:forecastDate ?date . ?t sc:name ?team . FILTER(?prob > 0.10) } ORDER BY ?date DESC(?prob)
rete playground
ยท
documentation
ยท
github.com/caviri/rete