mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-20 06:20:57 +00:00
e731fb289c
Added additional historically documented marriages: 1. Esau & Mahalath (first cousins) - Genesis 28:9 - Mahalath was daughter of Ishmael, Isaac's half-brother 2. Othniel & Achsah (uncle-niece) - Judges 1:12-13 - Achsah was daughter of Caleb, Othniel's brother - Given as reward for capturing Kiriath Sepher 3. Zelophehad's five daughters & their cousins - Numbers 36:11 - Mahlah, Tirzah, Hoglah, Milcah and Noah - Married their father's brothers' sons (first cousins) - Required to keep tribal inheritance within the family Total documented close family marriages: 9 cases These marriages provide important historical context about: - Ancient Near Eastern marriage customs - Tribal inheritance laws in Israel - How family structures evolved over biblical history - Cultural differences between ancient and modern times 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
77 lines
3.0 KiB
JSON
77 lines
3.0 KiB
JSON
{
|
|
"marriages": [
|
|
{
|
|
"person1": "Abraham",
|
|
"person2": "Sarah",
|
|
"relationship": "half-siblings",
|
|
"description": "Sarah was Abraham's half-sister (same father, different mothers)",
|
|
"verse": "Genesis 20:12",
|
|
"notes": "Abraham said, 'She is indeed my sister, the daughter of my father though not of my mother; and she became my wife.'"
|
|
},
|
|
{
|
|
"person1": "Amram",
|
|
"person2": "Jochebed",
|
|
"relationship": "aunt-nephew",
|
|
"description": "Jochebed was Amram's aunt (his father's sister)",
|
|
"verse": "Exodus 6:20",
|
|
"notes": "Amram married his father's sister Jochebed, and she bore him Aaron and Moses"
|
|
},
|
|
{
|
|
"person1": "Jacob",
|
|
"person2": "Leah",
|
|
"relationship": "first cousins",
|
|
"description": "Leah was Jacob's first cousin (daughter of his mother's brother)",
|
|
"verse": "Genesis 29:16",
|
|
"notes": "Laban had two daughters: Leah and Rachel. Jacob married both sisters."
|
|
},
|
|
{
|
|
"person1": "Jacob",
|
|
"person2": "Rachel",
|
|
"relationship": "first cousins",
|
|
"description": "Rachel was Jacob's first cousin (daughter of his mother's brother)",
|
|
"verse": "Genesis 29:16",
|
|
"notes": "Jacob loved Rachel and agreed to work seven years for her hand in marriage"
|
|
},
|
|
{
|
|
"person1": "Nahor",
|
|
"person2": "Milcah",
|
|
"relationship": "uncle-niece",
|
|
"description": "Milcah was Nahor's niece (his brother Haran's daughter)",
|
|
"verse": "Genesis 11:29",
|
|
"notes": "Nahor married Milcah, the daughter of Haran his brother"
|
|
},
|
|
{
|
|
"person1": "Isaac",
|
|
"person2": "Rebekah",
|
|
"relationship": "first cousin once removed",
|
|
"description": "Rebekah was Isaac's first cousin once removed (granddaughter of his father's brother)",
|
|
"verse": "Genesis 24:15",
|
|
"notes": "Rebekah was the daughter of Bethuel, son of Nahor, Abraham's brother"
|
|
},
|
|
{
|
|
"person1": "Esau",
|
|
"person2": "Mahalath",
|
|
"relationship": "first cousins",
|
|
"description": "Mahalath was Esau's first cousin (daughter of his father's half-brother Ishmael)",
|
|
"verse": "Genesis 28:9",
|
|
"notes": "Esau went to Ishmael and took Mahalath the daughter of Ishmael to be his wife"
|
|
},
|
|
{
|
|
"person1": "Othniel",
|
|
"person2": "Achsah",
|
|
"relationship": "uncle-niece",
|
|
"description": "Achsah was Othniel's niece (daughter of his brother Caleb)",
|
|
"verse": "Judges 1:12-13",
|
|
"notes": "Caleb said, 'He who attacks and captures Kiriath Sepher, I will give him Achsah my daughter as wife.' Othniel son of Kenaz, Caleb's younger brother, took it"
|
|
},
|
|
{
|
|
"person1": "Zelophehad's daughters",
|
|
"person2": "Their cousins",
|
|
"relationship": "first cousins",
|
|
"description": "The five daughters of Zelophehad married their father's brothers' sons",
|
|
"verse": "Numbers 36:11",
|
|
"notes": "Mahlah, Tirzah, Hoglah, Milcah and Noah married their cousins on their father's side to keep the inheritance within the tribe"
|
|
}
|
|
]
|
|
}
|