Holbrook

Holbrook, Babergh, Suffolk, East of England, England, United Kingdom
category: boundary — type: administrative — OSM: relation 4557299

Overpass

[timeout:600][out:xml][bbox:51.951831,1.130302,52.000177,1.186665];
area(3604557299) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(telephone|school|college|place_of_worship|shelter)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:tourism"~"^(gallery|museum|attraction)$"];
nwr(area.a)["amenity"~"^(place_of_worship|telephone|school|college|shelter)$"];
nwr(area.a)["boundary"~"^(protected_area|administrative|civil_parish)$"];
nwr(area.a)["building"];
nwr(area.a)["demolished:amenity"~"^(telephone|place_of_worship|school|college|shelter)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:tourism"~"^(gallery|attraction|museum)$"];
nwr(area.a)["designation"="civil_parish"];
nwr(area.a)["destroyed:amenity"~"^(college|telephone|shelter|school|place_of_worship)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:tourism"~"^(gallery|attraction|museum)$"];
nwr(area.a)["disused:amenity"~"^(school|telephone|place_of_worship|shelter|college)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:tourism"~"^(museum|attraction|gallery)$"];
nwr(area.a)["historic"="museum"];
nwr(area.a)["historic:amenity"~"^(school|place_of_worship|telephone|shelter|college)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:tourism"~"^(gallery|museum|attraction)$"];
nwr(area.a)["indoor"];
nwr(area.a)["landuse"~"^(industrial|greenhouse_horticulture|residential)$"];
nwr(area.a)["military"];
nwr(area.a)["place"];
nwr(area.a)["religion"="christian"];
nwr(area.a)["ruins:amenity"~"^(telephone|school|place_of_worship|shelter|college)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:tourism"~"^(gallery|museum|attraction)$"];
rel(area.a)["site"="school"];
nwr(area.a)["tourism"~"^(museum|guest_house|hotel|attraction|gallery)$"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(school|college|shelter|place_of_worship|telephone)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:tourism"~"^(museum|gallery|attraction)$"];
) -> .b;
(
        rel(4557299);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;