query-32ab2e74e65e1fda9a039946b733f4d1

rq turtle/ttl

Karte

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#>
#defaultView:Map{"hide":["?geographische_Koordinaten"]}
SELECT ?Falkeuhr ?FalkeuhrLabel ?geographische_Koordinaten ?Bild
WHERE {
  ?Falkeuhr wdt:P361 wd:Q1394113;
            wdt:P1435 wd:Q811165;
            wdt:P625 ?geographische_Koordinaten.
  OPTIONAL {
    ?Falkeuhr wdt:P18 ?Bild.
    }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en"  }
  }
ORDER BY ?FalkeuhrLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?Bild"):::projected v2("?Falkeuhr"):::projected v1("?FalkeuhrLabel"):::projected v3("?geographische_Koordinaten"):::projected c2(["wd:Q1394113"]):::iri c8(["bd:serviceParam"]):::iri c4(["wd:Q811165"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"wdt:P361"--> c2 v2 --"wdt:P1435"--> 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