query-c692c5579f7c2d5cdbfef7b364849e12

rq turtle/ttl

Ansicht der Herstellungsorte

Use at

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
#defaultView:Map{"hide":["?coords"]}
SELECT ?item ?itemLabel ?image ?Herstellungsort ?HerstellungsortLabel ?coords WHERE {

  ?item wdt:P5008 wd:Q122901643;
  #?item wdt:P195 wd:Q122812575;
        wdt:P1071 ?Herstellungsort.
  ?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 v3("?coords"):::projected v4("?image"):::projected v1("?item"):::projected c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q122901643"]):::iri v1 --"wdt:P5008"--> c2 v1 --"wdt:P1071"--> v2 v2 --"wdt:P625"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end