Entity URI  
isA
Distance
Query:
SELECT DISTINCT ?m ( bif:round ( bif:st_distance ( ?geo, ?gm ) ) ) WHERE
  {
    <http://dbpedia.org/resource/London> geo:geometry ?gm .
    ?m geo:geometry ?geo .
    ?m a <http://dbpedia.org/ontology/PopulatedPlace> .
    FILTER ( bif:st_intersects ( ?geo, ?gm,10 ) )
  }
ORDER BY DESC 2 LIMIT 50