query-1a03116c2931283ccfbbf72fc61608ca

rq turtle/ttl

Vue sur les hopitaux

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#defaultView:Map("markercluster":())
SELECT ?hop ?coords WHERE {

  ?hop wdt:P31 wd:Q16917 .
  ?hop wdt:P625 ?coords .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coords"):::projected v1("?hop"):::projected c2(["wd:Q16917"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P625"--> v2