query-ab9c1789468a3a071279ebdfdaad9075
Kartendarstellung
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{"hide":["?geographische_Koordinaten"]}
SELECT ?Brunnen ?BrunnenLabel ?geographische_Koordinaten
WHERE {
?Brunnen wdt:P31 wd:Q483453;
wdt:P131* wd:Q1715;
wdt:P625 ?geographische_Koordinaten .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
ORDER BY ?BrunnenLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?Brunnen"):::projected
v1("?BrunnenLabel"):::projected
v3("?geographische_Koordinaten"):::projected
c7(["bd:serviceParam"]):::iri
c4(["wd:Q1715"]):::iri
c2(["wd:Q483453"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P31"--> c2
v2 --"wdt:P131"--> c4
v2 --"wdt:P625"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end