rete
playground
Path
🎲 Who was the favourite? Champion odds by forecaster
Team
Forecaster
Champion prob.
Brazil
Bookmaker consensus (…
0.17000
Brazil
Opta supercomputer
0.15300
Argentina
Bookmaker consensus (…
0.14000
Argentina
Opta supercomputer
0.13100
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
18 rows · 12 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#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT ?team ?src ?prob WHERE { ?pr wc:outcome wc:Champion ; wc:forecastDate "2022-11-20"^^xsd:date ; wc:aboutTeam ?t ; wc:probability ?prob ; prov:wasAttributedTo ?s . ?t sc:name ?team . ?s sc:name ?src . } ORDER BY DESC(?prob) LIMIT 18
rete playground
·
documentation
·
github.com/caviri/rete