Molenbeek, Maalbeek, Schaarbeek. How many beek?

beek here, beek there …

Since terrorist attacks in Paris and in Brussels, the world learned the existence of some of the “beek” places in Brussels: Molenbeek, Maalbeek, Schaarbeek. The question that could come to mind is: Are there other “beek” in or around Brussels? Only around Brussels? What does this suffix mean?

Let’s discover it!

Belgium and the cultural influences

Belgium is a very small country in the Western part of Europe. It lies between The Netherlands, Germany, Luxembourg and France. Despite being so small – around 30 528 km²/11 787 sq mi or the size of Massachusetts – it has a marvelous cultural landscape and has successively received, along history, Celtic, Latin, Germanic, Saxon, Dutch, French and German influences.

These influences have shaped the toponyms (place names) and it is still possible today to retrace the origins of most names of villages and towns. The origins are often seen in the suffixes and this leads us to think that all places with similar suffixes have the same origin. This is often true but not always.

Most of the place names are nowadays very strongly influenced by the language region they are located in. Belgium has 3 national languages: Flemish (spoken in the Northern part of Belgium), French (spoken in the Southern part), and German (spoken in the Eastern part). Brussels is considered being bilingual (Flemish and French) but most of the inhabitants speak French.

In this articles, we will focus on the suffix –beek and language-influenced derivatives –bach –baisbaixbecqbeke.

(Click to enlarge)

Place names ending with -beek and derivatives
Belgium place names ending with -beek and derivatives

Meaning

Beek initially comes from the Old Flemish and means “stream” or “small river“. The English pendant is –brook (not to be confused with the same sounding  –broek in Flemish which stands for “marsch”). The old Flemish word “Beek” comes from Old German –baki which gave later birth to bach.

On the map, we see a lot of “-beek” places near Brussels and Leuven. This is a characteristic of the former Duchy of Brabant established in this area in 1183.

A total of 69 place are ending in -beek. Among them

  • Molenbeek (-the river of the mill),
  • Maalbeek (the mill river – same root as Molenbeek), and also
  • Schaarbeek (scissors brook or brook with schorres), and also
  • Linkebeek (the left river),
  • Dilbeek (the brilliant river or the valley river), or simply
  • Beek (river).
Beek places around Brussels
Beek places around Brussels

All of these places refer to a village where a river is crossing. The ending “-beek” has however seen many changes over time. The ending is also different depending on the accent or the language of the region the village is located in.

Derivatives: bach, -bais, -baix, -becq, -beke

Beek” is derived into “-beke” in the Western part of Flanders. People there speak a slightly different variant of Flemish nowadays and the region knew a different history over time. 35 villages ends with a –beke like

  • Jabeke (the yes river?)
  • Overbeke (Over the river)
  • Rozebeke (the pink river)

In the German Community of Belgium and near to the Luxembourgish border, some villages end with –bach. Examples include

  • Bütgenbach
  • Crombach
  • Steinbach (the stone river)
  • Membach in the French speaking part of Belgium.

In the Walloon part, those –beekbeke and –bach  places have been translated to –becq, –bais and –baix like Clabecq, Marbais and Molenbaix (the French Molenbeek?). These villages are found in the Western part of Belgium, near the Flanders-Wallonia border. The –bais ending is typical for Walloon Brabant while -becq and -baix are common in Hainaut and French Flanders.

Technical Recipe : How to create these maps

The recipe is very simple

  • Get raw data from OpenStreetMap
  • In a Desktop GIS tool (ArcMap 10.2 has been used), filter the places based on their names
  • Run a Kernel Density Geoprocessing
  • Apply a symbology
  • Define the layout and print !
  • Do the workflow again for applying other filters

Get raw data from OpenStreetMap

OpenStreetMap makes it possible to filter and to download lots of information. So is it possible to get place names.

I used the Overpass Turbo website, I went to Belgium and I sent following request (the bbox was [bbox:50.6,7.0,50.8,7.3]):

[out:csv("is_in:continent","is_in:country_code","is_in:province",name,"name:de","name:fr","name:nl",::"lat",::"lon")];
(
 node[place=town]({{bbox}});
 node[place=municipality]({{bbox}});
 node[place=city]({{bbox}});
 node[place=borough]({{bbox}});
 node[place=suburb]({{bbox}});
 node[place=quarter]({{bbox}});
 node[place=neighbourhood]({{bbox}});
 node[place=city_block]({{bbox}});
 node[place=plot]({{bbox}});
 node[place=town]({{bbox}});
 node[place=village]({{bbox}});
 node[place=hamlet]({{bbox}});
 node[place=isolated_dwelling]({{bbox}});
 node[place=farm]({{bbox}});
 node[place=allotments]({{bbox}});
 node[place=name]({{bbox}});
);
out body;
>;
out skel qt;

The parameters:

  • Output format: csv
  • Attributes I am interested in:
    • is_in:continent, is_in:country_code, is_in:province, name, name:de, name:fr, name:nl, latitude, longitude

Attention! I used a rectangular bbox for getting all the places. So foreign places are also included inside the downloaded file! To keep only Belgian I got an external Shapefile from the national border of Belgium and I did an Intersect (it is als possible de get directly only the Belgian places in the Overpass query).

Conversion and Filter in a Desktop GIS tool (ArcMap 10.2)

The raw csv file that was downloaded has to be converted to a geographic data. I used the Create Feature Class > From XY Table to convert it into a Feature Class.

The filter is applied via a Definition Query:

  •  Right-click on the data > Properties
  • Definition Query
  • Type in i.e.: name like ‘%beek%’

From this layer, I made a copy and named it after the suffix being analyzed (i.e. ENDING_BEEK)

Run a Kernel Density Geoprocessing

The Kernel Density calculates a magnitude per unit area using a Kernel function. The result is a tapered surface representing the density of points.

The parameters I used are these one:

  • Output cell size: 8,0203E-03
  • Area Unit: SQUARE_MAP_UNITS
  • Output values: DENSITIES
  • Method: Planar

Apply a symbology

The default symbology applied to a Kernel Density result is blue. I changed it to a orange scale symbology.

Define the layout and print !

The layout is a A4 format with all the basic and necessary cartographic elements: North Arrow, Frame, Scale, Title, Author, etc.

Do the workflow again for applying other filters – Automation

The filter has to be applied manually by hand (or you can define a Python script doing the job for you). I created 3 groups in the Table of Content:

  • STARTS, for towns and villages analyzed based on the prefix
  • ENDS, for towns and villages analyzed based on the suffix
  • CONTAINS, for towns and villages analyzed based on common words inside of their names

For the Kernel Density geoprocessing, I created a small Python script to bring automation in the process for all the maps.

Applying the symbology to all layers has also been automatized via this Python Script (In fact, I take an already existing symbology and I apply it to all the others).

 Bibliography

http://www.eupedia.com/belgium/belgian_place_names.shtml

https://en.wikipedia.org/wiki/Toponymy

Leave a Reply

Your email address will not be published.

Proove you're not a robot * Time limit is exhausted. Please reload CAPTCHA.