User:Luckyz/MilanNotMilan

SELECT DISTINCT ?place ?placeLabel ?placeDescription ?image ?coord WHERE {
 MINUS { ?place wdt:P31 wd:Q27686 .}
  wd:Q490 wdt:P625 ?milanLoc .
  SERVICE wikibase:around {
    ?place wdt:P625 ?location .
    bd:serviceParam wikibase:center ?milanLoc .
    bd:serviceParam wikibase:radius "3" .
  } .
MINUS{  ?place wdt:P131 wd:Q490 .}
  OPTIONAL { ?place wdt:P18 ?image.}
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "it,en" .
  }
}
Try it!