query-4337677885ebf45d4731f46f200c16e6

rq turtle/ttl

List of churchs in Lithuania

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:List of churchs in Lithuania
#defaultView:Map
SELECT DISTINCT ?church ?churchLabel ?coor
WHERE {
  ?church wdt:P31 wd:Q16970 ;
          ?range wd:Q37;
          wdt:P625 ?coor.
  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; v1("?church"):::projected v3("?coor"):::projected v2("?range") c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q16970"]):::iri c3(["wd:Q37"]):::iri v1 --"wdt:P31"--> c2 v1 -->v2--> c3 v1 --"wdt:P625"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end