Arapiles

Arapiles, Chamberí, Madrid, Área metropolitana de Madrid y Corredor del Henares, Community of Madrid, 28001, Spain
category: boundary — type: administrative — OSM: way 345744412

Overpass

[timeout:600][out:xml][bbox:40.429545,-3.711921,40.438896,-3.704213];
area(2745744412) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(marketplace|fuel|grave_yard|student_accommodation|events_venue|theatre|college|public_building|shelter)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:railway"~"^(station|historic_station|tram_stop|halt|facility)$"];
nwr(area.a)["abandoned:tourism"="artwork"];
nwr(area.a)["amenity"~"^(student_accommodation|grave_yard|public_building|marketplace|market|college|fuel|theatre|shelter|events_venue)$"];
nwr(area.a)["area"="yes"];
nwr(area.a)["artwork:type"="sculpture"];
nwr(area.a)["artwork_type"~"^(relief|statue|sculpture)$"];
nwr(area.a)["boundary"="administrative"];
nwr(area.a)["building"];
nwr(area.a)["building:levels"];
nwr(area.a)["building:use"="residential"];
nwr(area.a)["demolished:amenity"~"^(events_venue|theatre|public_building|college|student_accommodation|grave_yard|shelter|fuel|marketplace)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:railway"~"^(station|halt|facility|historic_station|tram_stop)$"];
nwr(area.a)["demolished:tourism"="artwork"];
nwr(area.a)["destroyed:amenity"~"^(college|fuel|events_venue|public_building|shelter|student_accommodation|theatre|grave_yard|marketplace)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:railway"~"^(historic_station|station|tram_stop|facility|halt)$"];
nwr(area.a)["destroyed:tourism"="artwork"];
nwr(area.a)["disused:amenity"~"^(theatre|events_venue|public_building|student_accommodation|fuel|marketplace|shelter|college|grave_yard)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:railway"~"^(halt|tram_stop|facility|historic_station|station)$"];
nwr(area.a)["disused:tourism"="artwork"];
nwr(area.a)["foot"="yes"];
nwr(area.a)["government"="culture"];
nwr(area.a)["highway"="pedestrian"];
nwr(area.a)["historic"~"^(memorial|monument)$"];
nwr(area.a)["historic:amenity"~"^(marketplace|theatre|public_building|grave_yard|student_accommodation|events_venue|shelter|fuel|college)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:railway"~"^(facility|historic_station|halt|tram_stop|station)$"];
nwr(area.a)["historic:tourism"="artwork"];
nwr(area.a)["landuse"~"^(railway|cemetery)$"];
nwr(area.a)["leisure"~"^(park|common)$"];
nwr(area.a)["location"="underground"];
nwr(area.a)["memorial"];
nwr(area.a)["place"~"^(square|neighbourhood|suburb)$"];
nwr(area.a)["public_transport"~"^(station|stop_position|stop_area|platform)$"];
nwr(area.a)["railway"~"^(station|historic_station|halt|facility|tram_stop)$"];
nwr(area.a)["ruins:amenity"~"^(public_building|student_accommodation|marketplace|grave_yard|shelter|college|fuel|events_venue|theatre)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:railway"~"^(station|historic_station|halt|tram_stop|facility)$"];
nwr(area.a)["ruins:tourism"="artwork"];
rel(area.a)["site"~"^(railway|railway_station|station)$"];
nwr(area.a)["station"="subway"];
nwr(area.a)["subway"];
nwr(area.a)["tourism"="artwork"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(student_accommodation|college|marketplace|fuel|shelter|theatre|public_building|events_venue|grave_yard)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:railway"~"^(facility|historic_station|station|halt|tram_stop)$"];
nwr(area.a)["was:tourism"="artwork"];
) -> .b;
(
        way(345744412);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;