query-87578be67171af3c1898861d068bd7c4
Standorte der Kupferhäuser
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 ?item ?itemLabel ?liegtinLabel ?loc WHERE {
# ist ein Kupferhaus
?item wdt:P31 wd:Q1306182.
?item wdt:P625 ?loc.
?item wdt:P131 ?liegtin.
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
}
LIMIT 90
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v3("?liegtin")
v2("?loc"):::projected
c2(["wd:Q1306182"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["de,en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P625"--> v2
v1 --"wdt:P131"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end