query-367c8ac99e6a0403dfdea6250c0726d3
Birthplace of all the descendants of Queen Victoria
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
select ?childLabel ?dobLabel ?cord ?pobLabel
where{
wd:Q9439 wdt:P40* ?child .
?child wdt:P569 ?dobLabel.
?child wdt:P19 ?pob.
?pob wdt:P625 ?cord.
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("?child")
v4("?cord"):::projected
v2("?dobLabel"):::projected
v3("?pob")
c7(["bd:serviceParam"]):::iri
c1(["wd:Q9439"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c1 --"wdt:P40"--> v1
v1 --"wdt:P569"--> v2
v1 --"wdt:P19"--> v3
v3 --"wdt:P625"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end