reteplayground
Select

πŸ‘₯ A team's full squad

#PosPlayer+2
1GKJuan Musso…
2DFMarcos Senesi…
3DFNicolΓ‘s Tagliafico…
4DFGonzalo Montiel…
Run this query β†’ no server Β· no download Β· no account
caviri.github.io/rete
Run this query in the playground β†’ 41 rows Β· 1.5 s Β· 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT ?num ?pos ?player ?club ?dob WHERE { <https://w3id.org/rete/worldcup/2026/team/Argentina> wc:squadPlayer ?p . ?p sc:name ?player . OPTIONAL { ?p wc:shirtNumber ?num } OPTIONAL { ?p wc:position ?pos } OPTIONAL { ?p sc:birthDate ?dob } OPTIONAL { ?p wc:clubAtTournament ?c . ?c rdfs:label ?club } } ORDER BY xsd:integer(?num)

rete playground Β· documentation Β· github.com/caviri/rete