Heerle

Heerle (Brabantic: Èrel) is a village in the municipality of Roosendaal, in the Dutch province of North Brabant. Before the municipal reorganisation of 1997, Heerle was part of the municipality of Wouw. It lies between the cities of Bergen op Zoom and Roosendaal.

Heerle
Village
Coordinates: 51°31′6″N 4°21′33″E
CountryNetherlands
ProvinceNorth Brabant
MunicipalityRoosendaal
Area
  Total8.48 km2 (3.27 sq mi)
Population
 (2007)
1,870
Websitehttp://www.heerle.info/

Etymology

The name Heerle has been documented for the first time in the 13th century as Harella and is possibly a conjunction of the word har (meaning heightened sandy soil) and loo, a small forest. The customary local Brabantic pronunciation differs significantly from the standard Dutch one, so that linguistic misconceptions regularly occur.

History

Heerle was mentioned for the first time in a charter of the Sint-Bernardusabdij in Hemiksem, which could raise tenth penning taxes in the village for the first time in 1277. In 1307, Heerle was proclaimed an independent parish, previously it was part of the parish of Bergen op Zoom.

Regardless of having an independent church community, Heerle hadn't developed its own village governance and remained dependent on the aldermen of neighbouring Wouw. Furthermore, Heerle didn't have a village centre until the beginning of the 19th century.

Sights

  • The Sint-Gertruduskerk is a church built in 1862 and 1924, situated at Herelsestraat 100.
  • The Boerin met Kalf (Peasant Woman with Calf) statue in front of the Sint-Gertrudiskerk, it is customary for the villagers to dress her up during Carnaval.


gollark: OCaml.
gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.
gollark: The link.
gollark: It was sonata who actually posted it, IIRC.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.