query-5c6f3d650c9cf658e1c01fd5572ce186

rq turtle/ttl

SPA without image

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#>
SELECT ?Europ_isches_Vogelschutzgebiet ?Europ_isches_VogelschutzgebietLabel ?geographische_Koordinaten ?Bild WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?Europ_isches_Vogelschutzgebiet wdt:P31 wd:Q2463705.
  ?Europ_isches_Vogelschutzgebiet wdt:P17 wd:Q183.
  MINUS { ?Europ_isches_Vogelschutzgebiet wdt:P18 [] }
  OPTIONAL { ?Europ_isches_Vogelschutzgebiet wdt:P625 ?geographische_Koordinaten. }
  OPTIONAL { ?Europ_isches_Vogelschutzgebiet wdt:P18 ?Bild. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?Bild"):::projected v1("?Europ_isches_Vogelschutzgebiet"):::projected v2("?geographische_Koordinaten"):::projected a1((" ")) c2(["bd:serviceParam"]):::iri c6(["wd:Q2463705"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c8(["wd:Q183"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 v1 --"wdt:P17"--> c8 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P18"--> a1 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end