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

Entity Sources

2,936 links between entities and the sources that attest them, with evidence type and passage-level notes. The primary evidence layer: every entity classification traces to at least one record here.

Data license: MIT · Data source: jebboone/deitydb

evidence_type
{'description': 'e.g. Direct attestation, Secondary analysis, Epigraphic, Numismatic'}
source_note
{'description': 'Specific passage citations and notes on how this source attests the entity'}

9 rows where source_id = "SRC_GEORGE_GILGAMESH"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: evidence_type

Link entity_id source_id evidence_type source_note
ENT_ISR_NOAH,SRC_GEORGE_GILGAMESH,scholarly attestation Noah ENT_ISR_NOAH Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH scholarly attestation George (2003) Tablet XI: the Utnapishtim flood narrative; structural and verbal parallels with Genesis 6-9 documented throughout; the flood story Noah receives is traceable to these Babylonian antecedents
ENT_MES_BELET_SERI,SRC_GEORGE_GILGAMESH,direct attestation Belet-seri ENT_MES_BELET_SERI Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH direct attestation Gilgamesh / the Descent of Ishtar: Belet-seri, the scribe who keeps the register of the dead.
ENT_MES_ENKIDU,SRC_GEORGE_GILGAMESH,direct attestation Enkidu ENT_MES_ENKIDU Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH direct attestation Epic of Gilgamesh Tablets I-VIII: Enkidu's creation, civilization, friendship with Gilgamesh, death
ENT_MES_GILGAMESH,SRC_GEORGE_GILGAMESH,direct attestation Gilgamesh ENT_MES_GILGAMESH Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH direct attestation Andrew George (2003): the definitive edition; all tablets of the Standard Babylonian Epic and Sumerian precursor poems
ENT_MES_GIRTABLULLU,SRC_GEORGE_GILGAMESH,direct attestation Girtablullu ENT_MES_GIRTABLULLU Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH direct attestation Gilgamesh IX: the scorpion-men (girtablullu) who guard the gate of Mount Mashu.
ENT_MES_GUGALANNA,SRC_GEORGE_GILGAMESH,direct attestation Gugalanna ENT_MES_GUGALANNA Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH direct attestation Gilgamesh VI; the Descent of Inanna: the Bull of Heaven, Ereshkigal's husband.
ENT_MES_HUMBABA,SRC_GEORGE_GILGAMESH,direct attestation Humbaba ENT_MES_HUMBABA Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH direct attestation Gilgamesh II-V: Humbaba (Huwawa), guardian of the Cedar Forest, slain by Gilgamesh and Enkidu.
ENT_MES_NINSUN,SRC_GEORGE_GILGAMESH,direct attestation Ninsun ENT_MES_NINSUN Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH direct attestation Epic of Gilgamesh Tablet I-III: Ninsun as Gilgamesh's mother, dream interpreter, adopts Enkidu
ENT_MES_UTNAPISHTIM,SRC_GEORGE_GILGAMESH,direct attestation Utnapishtim ENT_MES_UTNAPISHTIM Andrew R. George, The Babylonian Gilgamesh Epic: Introduction, Critical Edition and Cuneiform Texts, 2 vols. (Oxford University Press, 2003) SRC_GEORGE_GILGAMESH direct attestation Epic of Gilgamesh Tablet XI: the flood narrative; Utnapishtim's immortality; the plant of life

Advanced export

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

CSV options:

CREATE TABLE "entity_sources" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [source_id] TEXT REFERENCES [sources]([source_id]),
   [evidence_type] TEXT,
   [source_note] TEXT,
   PRIMARY KEY ([entity_id], [source_id], [evidence_type])
);
CREATE INDEX [idx_entity_sources_source_id]
    ON [entity_sources] ([source_id]);
CREATE INDEX [idx_entity_sources_entity_id]
    ON [entity_sources] ([entity_id]);
Powered by Datasette · Queries took 8.64ms · Data license: MIT · Data source: jebboone/deitydb