reteplayground
Path

⚽ Player evolution: Mbappé's club career

ClubFromTo
Paris Saint-Germain FC
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 1 row · 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 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/2026/player/Kylian_Mbapp%C3%A9> ; 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