✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Relationships

2,079 typed, source-backed relationships between entities. Each row records a directed relationship (subject → type → object) with a justifying source and rationale note. See relationship_types for the full controlled vocabulary of 70 relationship types. Key types: reception_of / received_as (transmission across traditions), equated_with (interpretatio graeca / analogues), parent_of (genealogy), member_of (collective membership), emanates_from (Gnostic/Neoplatonic structure).

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)'}

11 rows where relationship_type = "slain_by"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subject_entity_id, object_entity_id, source_id

relationship_id ▼ subject_entity_id relationship_type object_entity_id confidence rationale source_id review_status period_id
2762 Gayomard ENT_ZOR_GAYOMARD slain_by Angra Mainyu ENT_ZOR_ANGRA_MAINYU high Gayomard the primordial man is slain by Ahriman (Bundahishn 4). Bundahishn SRC_BUNDAHISHN reviewed  
2807 Rahab ENT_ISR_RAHAB slain_by Yahweh ENT_ISR_YAHWEH high Yahweh crushes Rahab, the sea-dragon of chaos (Psalm 89:10; Isaiah 51:9). The Hebrew Bible / Tanakh (primary text; Masoretic Text tradition; reference editions: Biblia Hebraica Stuttgartensia / Biblia Hebraica Quinta; citations by book, chapter, and verse) SRC_HEBREW_BIBLE reviewed  
3025 Asag ENT_MES_ASAG slain_by Ninurta ENT_MES_NINURTA high Ninurta destroys the demon Asag in the Lugale. Electronic Text Corpus of Sumerian Literature SRC_ETCSL reviewed  
3026 Anzu ENT_MES_ANZU slain_by Ninurta ENT_MES_NINURTA high Ninurta slays the Anzu bird and recovers the Tablet of Destinies. Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES reviewed  
3032 Gugalanna ENT_MES_GUGALANNA slain_by Gilgamesh ENT_MES_GILGAMESH high Gilgamesh and Enkidu slay the Bull of Heaven (Gilgamesh VI). Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH reviewed  
3033 Humbaba ENT_MES_HUMBABA slain_by Gilgamesh ENT_MES_GILGAMESH high Gilgamesh and Enkidu slay Humbaba in the Cedar Forest (Gilgamesh V). Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH reviewed  
3137 Ymir ENT_NOR_YMIR slain_by Odin ENT_NOR_ODIN high Odin and his brothers slay Ymir and shape the world from his body. Snorri Sturluson, Prose Edda SRC_PROSE_EDDA reviewed  
3142 Hrungnir ENT_NOR_HRUNGNIR slain_by Thor ENT_NOR_THOR high Thor slays Hrungnir in single combat. Snorri Sturluson, Prose Edda SRC_PROSE_EDDA reviewed  
3936 Humbaba ENT_MES_HUMBABA slain_by Enkidu ENT_MES_ENKIDU high Slain by Gilgamesh together with Enkidu in the Cedar Forest Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH reviewed  
5211 Goliath ENT_ISR_GOLIATH slain_by David ENT_ISR_DAVID high 1 Samuel 17:49-51: David struck down Goliath. The Hebrew Bible / Tanakh (primary text; Masoretic Text tradition; reference editions: Biblia Hebraica Stuttgartensia / Biblia Hebraica Quinta; citations by book, chapter, and verse) SRC_HEBREW_BIBLE reviewed  
7520 Fafnir ENT_GSAGA_FAFNIR slain_by Sigurd ENT_GSAGA_SIGURD high Fafnir is killed by Sigurd. Byock, Jesse L. (trans.), The Saga of the Volsungs: The Norse Epic of Sigurd the Dragon Slayer (Penguin Classics) SRC_BYOCK_VOLSUNGS reviewed  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 1839.296ms · Data license: MIT · Data source: jebboone/deitydb