Marie Elisabeth of Hesse-Darmstadt

Marie Elisabeth of Hesse-Darmstadt (11 March 1656, Darmstadt 16 August 1715, Römhild) was the only Duchess by marriage of Saxe-Römhild.

Marie Elisabeth of Hesse-Darmstadt
Born(1656-03-11)11 March 1656
Darmstadt
Died16 August 1715(1715-08-16) (aged 59)
Römhild
SpouseHenry of Saxe-Römhild
FatherLouis VI of Hesse-Darmstadt
MotherMaria Elisabeth of Holstein-Gottorp

Life

Marie Elizabeth was a daughter of Count Louis VI of Hesse-Darmstadt (1630–1678) from his marriage to Maria Elisabeth of Holstein-Gottorp (1634–1665), a daughter of Duke Frederick III of Holstein-Gottorp.

On 1 March 1676 in Darmstadt, she married Henry, who at the time of the marriage ruled Saxe-Gotha jointly with his six brothers. In 1680, they divided the country and Henry became the Duke of Saxe-Römhild. He had resided there since 1676, in Glücksburg Castle in Römhild. After Henry's death, a dispute erupted among his remaining brothers over the inheritance of Saxe-Römhild. This dispute was settled definitively in 1765.

Henry loved his wife very much. He always called her "Marielies", and had several luxurious buildings built in her honor, including a cave house called "Marie Elisabeth Delight". They had no children. Henry died in 1710, leaving a massive debt. Marie Elizabeth survived her husband by five years.

gollark: This is really only useful if you want to actually resolve krist domains for HTTPoidal purposes or something.
gollark: You could stick them in the A record in some simple format (maybe the metadata one).
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```

References

  • Association of Saxe-Meiningen history and cultural studies (ed.): New Geography of the duchy of Saxe-Meiningen, Hildburghausen 1903
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.