query-fa2c9e20166103629e8cc8a4a8b9ad89

rq turtle/ttl

Queriesview by year

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (YEAR(?d) as ?year) (MONTH(?d) as ?month) (DAY(?d) as ?day) ?d {wd:Q51224536 wdt:P585 ?d}ORDER BY ?d

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?d"):::projected v4("?day") v3("?month") v2("?year") c1(["wd:Q51224536"]):::iri c1 --"wdt:P585"--> v1 bind0[/"year-from-dateTime(?d)"/] v1 --o bind0 bind0 --as--o v2 bind1[/"month-from-dateTime(?d)"/] v1 --o bind1 bind1 --as--o v3 bind2[/"day-from-dateTime(?d)"/] v1 --o bind2 bind2 --as--o v4