reteplayground
Path

⚽ Player evolution: Messi's club career

ClubFromTo
Newell's Old Boys19952000
FC Barcelona C20032004
FC Barcelona Juvenil A20032004
Argentina national under-20 f…20042005
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 10 rows · 2.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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?club ?from ?to WHERE { ?st a wc:CareerStint ; wc:player <https://w3id.org/rete/worldcup/player/Lionel_Messi> ; wc:club ?c . ?c rdfs:label ?club . OPTIONAL { ?st sc:startDate ?from } OPTIONAL { ?st sc:endDate ?to } } ORDER BY ?from

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