query-9cb3136827675b2f0ab3aabc296a9d2c
Karte der Herstellungsorte mit Layer "Objekttyp"
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#>
#title:Karte der Herstellungsorte mit Layer der Objektart
#defaultView:Map
SELECT ?item ?itemLabel ?image ?Herstellungsort ?HerstellungsortLabel ?coords ?layer ?layerLabel WHERE {
?item wdt:P5008 wd:Q122901643;
#?item wdt:P195 wd:Q122812575;
wdt:P1071 ?Herstellungsort;
wdt:P31 ?layer.
?Herstellungsort wdt:P625 ?coords.
OPTIONAL { ?item wdt:P18 ?image. }
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;
v2("?Herstellungsort"):::projected
v4("?coords"):::projected
v5("?image"):::projected
v1("?item"):::projected
v3("?layer"):::projected
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q122901643"]):::iri
v1 --"wdt:P5008"--> c2
v1 --"wdt:P1071"--> v2
v1 --"wdt:P31"--> v3
v2 --"wdt:P625"--> v4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end