query-4a08ff0a2a87bbb5c54a33b80131b79a

rq turtle/ttl

أماكن على بعد كيلومتر واحد من مبنى إمباير ستيت Places within 1km of the Empire State Building Places within 1km of the Empire State Building Místa v okruhu 1 km od Empire State Building Places within 1km of the Empire State Building Plätze im Umkreises von einem Kilometer um das Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Lieux à moins d’un kilomètre de l’Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Posti nel raggio di 1 km dall'Empire State Building エンパイア・ステート・ビルディングの1km以内にある場所 Places within 1km of the Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Plaatsen binnen 1 km van het Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Места в радиусе 1 км от Эмпайр-стейт-билдинг Places within 1km of the Empire State Building Platser inom 1km från Empire State Building Places within 1km of the Empire State Building Places within 1km of the Empire State Building Місця в межах 1 км від Емпайр-Стейт-Білдінг Places within 1km of the Empire State Building 帝国大厦1公里以内的地方

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX geof: <http://www.opengis.net/def/function/geosparql/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?place ?placeLabel ?location ?instanceLabel
WHERE
{
  wd:Q9188 wdt:P625 ?loc .
  SERVICE wikibase:around {
      ?place wdt:P625 ?location .
      bd:serviceParam wikibase:center ?loc .
      bd:serviceParam wikibase:radius "1" .
  }
  OPTIONAL { ?place wdt:P31 ?instance }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
  BIND(geof:distance(?loc, ?location) as ?dist)
} ORDER BY ?dist

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?dist") v5("?instance") v2("?loc") v4("?location"):::projected v3("?place"):::projected c7(["1"]):::literal c4(["bd:serviceParam"]):::iri c1(["wd:Q9188"]):::iri c11(["en"]):::literal c1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#around"] style s1 stroke-width:4px; v3 --"wdt:P625"--> v4 c4 --"wikibase:center"--> v2 c4 --"wikibase:radius"--> c7 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P31".-> v5 end subgraph s2["http://wikiba.se/ontology#label"] style s2 stroke-width:4px; c4 --"wikibase:language"--> c11 end bind0[/"http://www.opengis.net/def/function/geosparql/distance(?loc,?location)"/] v2 --o bind0 v4 --o bind0 bind0 --as--o v6