reteplayground
Select

đŸ„… The final, goal by goal

ScorerMinuteFor
Lionel Messi23Argentina
Ángel Di María36Argentina
Kylian Mbappé80France
Kylian Mbappé81France
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