query-6ce2f4862fedd24f0f1e50e98a50d2e5

rq turtle/ttl

TODO

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE
 {
   {
  SELECT ?item ?date WHERE 
{

  ?item p:P569 ?stat . 
  ?stat prov:wasDerivedFrom/pr:P248 wd:Q29861311.
  ?stat ps:P569 "1900-01-01T00:00:00"^^xsd:dateTime
} }  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; v1("?item"):::projected v2("?stat") a1((" ")) c6(["1900-01-01T00:00:00^^xsd:dateTime"]):::literal c8(["bd:serviceParam"]):::iri c4(["wd:Q29861311"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:P569"--> v2 v2 --"prov:wasDerivedFrom"--> a1 a1 --"p:reference/P248"--> c4 v2 --"p:statement/P569"--> c6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end