query-998540a38aa0f3576207505c93b4e922

rq turtle/ttl

Places of worship Places of worship Lieux de culte Places of worship Places of worship Plaatsen van aanbidding Platser för tillbedjan Places of worship Places of worship Places of worship

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 ?item ?itemLabel ?_coordinate_location ?_image WHERE {
  ?item wdt:P31/wdt:P279* wd:Q1370598.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
   ?item wdt:P625 ?_coordinate_location.
  ?item wdt:P18 ?_image.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?_coordinate_location"):::projected v3("?_image"):::projected v1("?item"):::projected a1((" ")) c5(["bd:serviceParam"]):::iri c3(["wd:Q1370598"]):::iri c7(["en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end v1 --"wdt:P625"--> v2 v1 --"wdt:P18"--> v3