rete
playground
Select
đ„ The final, goal by goal
Scorer
Minute
For
Lionel Messi
23
Argentina
Ăngel Di MarĂa
36
Argentina
Kylian Mbappé
80
France
Kylian Mbappé
81
France
Run this query â
no server · no download · no account
caviri.github.io/rete
Run this query in the playground â
6 rows · 5.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 xsd: <http://www.w3.org/2001/XMLSchema#> SELECT ?scorer ?min ?team WHERE { ?g wc:inMatch <https://w3id.org/rete/worldcup/match/064> ; wc:scoredBy ?p ; wc:minute ?min ; wc:forTeam ?tm . ?p sc:name ?scorer . ?tm sc:name ?team . } ORDER BY xsd:integer(?min)
rete playground
·
documentation
·
github.com/caviri/rete