query-2129976fee7e4d7bc1c9723a6d864982

rq turtle/ttl

To get the full date, try the above.

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT * { wd:Q2861756 p:P569/psv:P569 [ wikibase:timeValue ?date ; wikibase:timePrecision ?dateprecision ] }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?date"):::projected v2("?dateprecision"):::projected a2((" ")) a1((" ")) c3(["wd:Q2861756"]):::iri a1 --"wikibase:timeValue"--> v1 a1 --"wikibase:timePrecision"--> v2 c3 --"p:P569"--> a2 a2 --"p:statement/value/P569"--> a1