query-9b8347d3511d08cb0c8bbf2fa6f385d6
date 1/1/1953 en sièclehttps://w.wiki/3F$n
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?time
WHERE
{
?item p:P569/psv:P569 [wikibase:timePrecision 7 ; wikibase:timeValue ?time].
FILTER ( YEAR(?time) = 1953 ).
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?time"):::projected
a2((" "))
a1((" "))
c8(["bd:serviceParam"]):::iri
c3(["7^^xsd:integer"]):::literal
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["year-from-dateTime(?time) = '1953^^xsd:integer'"]]
f0 --> v1
a1 --"wikibase:timePrecision"--> c3
a1 --"wikibase:timeValue"--> v1
v2 --"p:P569"--> a2
a2 --"p:statement/value/P569"--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end