Dirk I van Brederode

Dirk van Teylingen, lord of Brederode (Latin: Theodericus de Theylingen) (c. 1180 – 1236) was lord of Brederode and landdrost of the counts of Holland.

Life

He was the son of William van Teylingen. Two mothers are linked to him; Mary of Castricum and Agnes of Bentheim. Dirk is seen by some historians as the founder of the House of Brederode; the territory of Brederode, however, had already been in the possession of his father, who came from the Van Teylingen family, making it possible to consider William to be the first lord of Brederode.

In 1226 Dirk was appointed drost at the court of the count of Holland. He served under Floris IV of Holland and William I of Holland. During the absence of the count, he was the highest official in the county.

Brederode coat of arms

Family and children

Dirk married Aleid Averadis van Heusden around 1215; they had at least six children:

  • William, 2nd lord of Brederode (1226–1285), Dirk's successor
  • Dirk of Brederode (1228–1279), knighted around 1255
  • Floris of Brederode (1230 – after 1306), lord of Doortoge
  • Aleidis of Brederode (1232 – c. 1262)
  • Catharina of Brederode (born 1234, date of death unknown)
  • Agnies of Brederode (c. 1245 – c. 1280)

After Dirk's death, his wife Aleid van Heusden married Herbaren II van der Lede

gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

References

  • Johannes a Leydis, Opusculum de gestis regalium abbatum monasterii sancti Athalberti ordinis sancti Benedicti in Egmonda (written between 1477 and 1484).
  • Willem Procurator, (translated by M. Gumbert-Hepp; J.P. Gumbert (ed.), Kroniek. Hilversum, Publisher Verloren, 2001
  • C. Pijnacker Hordijk in de Werken, Published by the Historisch Genootschap at Utrecht, 3e serie, no 20, Amsterdam 1904
  • Nederlandsche Leeuw 1926 kol. 234
Preceded by
New Creation
Lord of Brederode
?–1236
Succeeded by
William I van Brederode
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.