query-92600b7de23acd6096840f67347d14a6

rq turtle/ttl

Lighthouses in Norway Lighthouses in Norway Phares de Norvège Փարոսներ Նորվեգիայում Lighthouses in Norway Vuurtorens in Noorwegen Fyrar i Norge Lighthouses in Norway Lighthouses in Norway Lighthouses in Norway

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#>
#added before 2016-10
#defaultView:Map
SELECT DISTINCT ?item ?itemLabel ?coords ?image
WHERE {
    ?item wdt:P31 wd:Q39715 ;
          wdt:P17 wd:Q20 ;
          wdt:P625 ?coords
    OPTIONAL { ?item wdt:P18 ?image } 
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nb,nn,en,fi"  } 
}
ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coords"):::projected v4("?image"):::projected v2("?item"):::projected v1("?itemLabel"):::projected c8(["bd:serviceParam"]):::iri c4(["wd:Q20"]):::iri c2(["wd:Q39715"]):::iri c10(["#91;AUTO_LANGUAGE#93;,nb,nn,en,fi"]):::literal v2 --"wdt:P31"--> c2 v2 --"wdt:P17"--> 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