query-77d3a9627f3d0e0a6cb12a4984dd87b6

rq turtle/ttl

(Q6761)Livorno nell'area di (P18)image Elementi senza una Geomap of items area: (Q6761)Livorno Map of items without an image (P18) declaration in the

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
SELECT ?item ?itemLabel ?coord WHERE {
  ?item wdt:P131 ?sub1.
  ?sub1 wdt:P131* wd:Q6761. # Livorno (Q6761)
  ?item wdt:P625 ?coord.
  OPTIONAL { ?item wdt:P18 ?dummy0. }
  FILTER(!BOUND(?dummy0))

  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; v4("?coord"):::projected v1("?dummy0") v2("?item"):::projected v3("?sub1") c6(["bd:serviceParam"]):::iri c2(["wd:Q6761"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["not bound(?dummy0)"]] f0 --> v1 v2 --"wdt:P131"--> v3 v3 --"wdt:P131"--> c2 v2 --"wdt:P625"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end