query-9a1d7b8a3d6cfc03d65abbb0541075f1

rq turtle/ttl

الجوائز التي تلقاها كريستيانو رونالدو حسب العامShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). Ocenění, která Cristiano Ronaldo získal v jednotlivých letechShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). Récompenses de Christiano Ronaldo classées par annéeShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). I premi ricevuti da Cristiano Ronaldo per annoShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). De prijzen die Cristiano Ronaldo per jaar ontvingShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). Награды Криштиану Роналду по годамShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). Utmärkelser Cristiano Ronaldo mottagit efter årShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). Yıla göre Cristiano Ronaldo'nun kazandığı ödüllerShows only the year instead of the default format (i.e. show all of the date information). Нагороди, отримані Кріштіану Роналду за рокамиShows only the year instead of the default format (i.e. show all of the date information). The awards received by Cristiano Ronaldo by yearShows only the year instead of the default format (i.e. show all of the date information). 按年显示克里斯蒂亚诺·罗纳尔多获得的奖项Shows only the year instead of the default format (i.e. show all of the date information).

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?entity ?desc (year(?date) as ?year) {
  wd:Q11571 p:P166 [ps:P166 ?entity ; pq:P585 ?date ]
  OPTIONAL { ?entity rdfs:label ?desc FILTER((LANG(?desc)) = "en") }
} ORDER BY ?year

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?date"):::projected v2("?desc"):::projected v3("?entity"):::projected v5("?year") a1((" ")) c4(["wd:Q11571"]):::iri a1 --"p:statement/P166"--> v3 a1 --"p:qualifier/P585"--> v4 c4 --"p:P166"--> a1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."rdfs:label".-> v2 end bind0[/"year-from-dateTime(?date)"/] v4 --o bind0 bind0 --as--o v5