Eversel

Eversel is a small village in Heusden that is part of the municipality of Heusden-Zolder, Belgium. It is located in the northwestern corner of the municipality.

Eversel is also a Roman Catholic parish established in 1839. The local Roman Catholic church is dedicated to Saint James the Greater (Sint-Jacobus de Meerdere) and was inaugurated on 5 September 1849. The nearby parish house is named Sint-Baaf after Saint Bavo.

Historically Eversel is a part of Houweiken that was part of the fiefdom of Vogelzang. Although a part of Heusden, the dialect of Eversel tends to be closer to that of Beringen. It is a part of the Western Limburgish dialects, although linguists are not clear if the dialects in this region and especially the ones around Beringen are rather Brabantian than Limburgish.[1]

Notes

gollark: `document.write`, really?
gollark: Not sure what you were asking about, but erlang.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.