query-ebe79caf34212f9923bc13d0336320b2
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 ?Baudenkmal ?BaudenkmalLabel ?geographische_Koordinaten ?Bild
WHERE {
?Baudenkmal wdt:P1435 wd:Q811165;
wdt:P131 wd:Q1271022;
wdt:P625 ?geographische_Koordinaten.
OPTIONAL {
?Baudenkmal wdt:P18 ?Bild.
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
ORDER BY ?BaudenkmalLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?Baudenkmal"):::projected
v1("?BaudenkmalLabel"):::projected
v4("?Bild"):::projected
v3("?geographische_Koordinaten"):::projected
c8(["bd:serviceParam"]):::iri
c2(["wd:Q811165"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c4(["wd:Q1271022"]):::iri
v2 --"wdt:P1435"--> c2
v2 --"wdt:P131"--> c4
v2 --"wdt:P625"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P18".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end