reteplayground
Aggregate

๐Ÿ“Š The title race, snapshot by snapshot

Forecast dateTeamChampion prob.
2022-11-16Brazil0.21668
2022-11-16Spain0.10663
2022-11-24Brazil0.24760
2022-11-24Spain0.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