query-f8fd25d725915ad7ab6f2fb9994c5cfb
Millenium 07:46, 16 October 2021 (UTC)) talk (Mykhal, etc…, please note, that year 1XXX is 2nd millenium, not 1st. Regards, —Q55902928, Q55875987, Q94826682Ad your many contributions e.g. in : Thanks for noticing, throughMykhal@
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?person ?time
WHERE {
?person p:P570/psv:P570 [ wikibase:timePrecision "6"^^xsd:integer ; wikibase:timeValue ?time ] .
?person p:P570 [ prov:wasDerivedFrom [ pr:P227 [] ] ] .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?person"):::projected
v1("?time"):::projected
a4((" "))
a2((" "))
a1((" "))
a5((" "))
a3((" "))
c2(["6^^xsd:integer"]):::literal
a1 --"wikibase:timePrecision"--> c2
a1 --"wikibase:timeValue"--> v1
v2 --"p:P570"--> a2
a2 --"p:statement/value/P570"--> a1
a3 --"p:reference/P227"--> a4
a5 --"prov:wasDerivedFrom"--> a3
v2 --"p:P570"--> a5