Relationships
Data license: MIT · Data source: jebboone/deitydb
- subject_entity_id
- {'description': 'The entity initiating or holding the relationship'}
- relationship_type
- {'description': 'Typed relationship from the controlled vocabulary (see relationship_types table)'}
- object_entity_id
- {'description': 'The entity receiving or targeted by the relationship'}
- confidence
- {'description': 'high / medium / low / speculative'}
- rationale
- {'description': 'Scholarly justification for the relationship, with source citations'}
- source_id
- {'description': 'Primary source justifying this relationship'}
- period_id
- {'description': 'Historical period in which this relationship is attested (null = all periods)'}
13 rows where relationship_type = "dwelling_of"
This data as json, CSV (advanced)
Suggested facets: subject_entity_id, confidence, source_id
| relationship_id ▼ | subject_entity_id | relationship_type | object_entity_id | confidence | rationale | source_id | review_status | period_id |
|---|---|---|---|---|---|---|---|---|
| 6614 | Kolob ENT_LDS_KOLOB | dwelling_of | Heavenly Father (Elohim) ENT_LDS_ELOHIM | medium | Kolob is the great governing star 'nearest unto the throne of God,' i.e. the celestial body nearest God's dwelling (Book of Abraham 3:2–3, 9; Facsimile 2). [QA FIX: replaced invalid 'member_of Godhead' edge — Kolob is a realm, not a personage of the Godhead.] | The Pearl of Great Price (LDS canonical scripture: Book of Moses, Book of Abraham, Joseph Smith—History, Articles of Faith) SRC_PEARL_GREAT_PRICE | reviewed | |
| 6661 | The Planetary Temples of Harran (Buyut al-Kawakib) ENT_HRN_TEMPLES | dwelling_of | The Seven Planetary Deities of Harran (al-Aṣnām al-Sabʿa) ENT_HRN_PLANETARY_SEVEN | high | The planetary temples of Harran were each dedicated to one of the seven planetary deities, in distinctive geometric forms keyed to each planet (Fihrist; Green). | Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD | reviewed | |
| 7782 | Asgard (Ásgarðr) ENT_NORR_ASGARD | dwelling_of | Aesir ENT_NOR_AESIR | high | Asgard is the stronghold of the Æsir (Gylfaginning). | Snorri Sturluson, Prose Edda SRC_PROSE_EDDA | reviewed | |
| 7784 | Vanaheim (Vanaheimr) ENT_NORR_VANAHEIM | dwelling_of | Vanir ENT_NOR_VANIR | high | Vanaheim is the home of the Vanir (Vafþrúðnismál 39). | Poetic Edda SRC_POETIC_EDDA | reviewed | |
| 7785 | Jotunheim (Jötunheimr) / Útgarðr ENT_NORR_JOTUNHEIM | dwelling_of | Jötnar ENT_NOR_JOTNAR | high | Jotunheim/Utgard is the land of the jötnar (Gylfaginning). | Snorri Sturluson, Prose Edda SRC_PROSE_EDDA | reviewed | |
| 7786 | Svartalfheim (Svartálfaheimr) / Nidavellir ENT_NORR_SVARTALFHEIM | dwelling_of | Dwarves ENT_NOR_DWARVES | medium | Svartalfheim/Nidavellir is the subterranean realm of the dwarves and their smithies. | Snorri Sturluson, Prose Edda SRC_PROSE_EDDA | reviewed | |
| 7788 | Valhalla (Valhöll) ENT_NORR_VALHALLA | dwelling_of | Einherjar ENT_NOR_EINHERJAR | high | The Einherjar, the chosen slain, feast in Valhalla awaiting Ragnarök. | Snorri Sturluson, Prose Edda SRC_PROSE_EDDA | reviewed | |
| 7797 | Well of Urd (Urðarbrunnr) ENT_NORR_URDARBRUNNR | dwelling_of | Norns ENT_NOR_NORNS | high | The Norns dwell by the Well of Urd and water Yggdrasil from it (Völuspá 20). | Poetic Edda SRC_POETIC_EDDA | reviewed | |
| 7800 | Niflheim (Niflheimr) ENT_NORR_NIFLHEIM | dwelling_of | Níðhöggr ENT_NOR_NIDHOGG | medium | Níðhöggr gnaws the root of Yggdrasil in Niflheim beside Hvergelmir (Gylfaginning; Grímnismál). | Snorri Sturluson, Prose Edda SRC_PROSE_EDDA | reviewed | |
| 7843 | Garothman (House of Song) ENT_RLMX_GAROTHMAN | dwelling_of | Ahura Mazda ENT_ZOR_AHURA_MAZDA | high | Garothman, the House of Song, is the abode of Ahura Mazda and the blessed. | Bundahishn SRC_BUNDAHISHN | reviewed | |
| 7844 | Drujo Demana (House of Lies) ENT_RLMX_DRUJO_DEMANA | dwelling_of | Angra Mainyu ENT_ZOR_ANGRA_MAINYU | high | Drujo Demana, the House of Lies, is the abode of Angra Mainyu and the damned. | Menog-i Khrad (The Spirit of Wisdom), Pahlavi text, 6th c. CE SRC_MENOG_I_KHRAD | reviewed | |
| 7857 | The Seven Heavens (Vilon, Raqia, Shehaqim, Zebul, Maon, Makhon, Araboth) ENT_RLMX_SEVEN_HEAVENS | dwelling_of | The Seven Hekhalot (Heavenly Palaces) ENT_RLMX_SEVEN_HEKHALOT | high | The seven hekhalot are situated within Araboth, the seventh of the seven heavens. | 3 Enoch / Sefer Hekhalot SRC_3_ENOCH | reviewed | |
| 7861 | The Seven Heavens (Vilon, Raqia, Shehaqim, Zebul, Maon, Makhon, Araboth) ENT_RLMX_SEVEN_HEAVENS | dwelling_of | Throne ENT_THRONE | high | Araboth, the seventh heaven, houses the Throne of Glory. | 3 Enoch / Sefer Hekhalot SRC_3_ENOCH | reviewed |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_relationships" (
[relationship_id] INTEGER PRIMARY KEY,
[subject_entity_id] TEXT REFERENCES [entities]([entity_id]),
[relationship_type] TEXT REFERENCES [relationship_types]([relationship_type]),
[object_entity_id] TEXT REFERENCES [entities]([entity_id]),
[confidence] TEXT,
[rationale] TEXT,
[source_id] TEXT REFERENCES [sources]([source_id]),
[review_status] TEXT,
[period_id] TEXT REFERENCES [periods]([period_id])
);
CREATE INDEX [idx_entity_relationships_period_id]
ON [entity_relationships] ([period_id]);
CREATE INDEX [idx_entity_relationships_source_id]
ON [entity_relationships] ([source_id]);
CREATE INDEX [idx_entity_relationships_object_entity_id]
ON [entity_relationships] ([object_entity_id]);
CREATE INDEX [idx_entity_relationships_relationship_type]
ON [entity_relationships] ([relationship_type]);
CREATE INDEX [idx_entity_relationships_subject_entity_id]
ON [entity_relationships] ([subject_entity_id]);