Entity Sources
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'}
3 rows where entity_id = "ENT_ISR_NOAH"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ISR_NOAH,SRC_2TJ_COLLINS,scholarly attestation | Noah ENT_ISR_NOAH | John J. Collins, The Apocalyptic Imagination SRC_2TJ_COLLINS | scholarly attestation | Collins (2016) pp. 47-53: Noah in the apocalyptic tradition; the Book of Noah (fragments in 1 Enoch 6-11, 54-55, 60, 65-69, 106-107) portrays Noah as an apocalyptic revealer who escapes the primordial judgment; the figure of Noah as prototype for the remnant who survives cosmic judgment |
| 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_ISR_NOAH,SRC_HEBREW_BIBLE,direct attestation | Noah ENT_ISR_NOAH | 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 | direct attestation | Genesis 5:28-29 (birth and name etymology); Genesis 6:9-9:29 (flood narrative, ark, covenant); Ezekiel 14:14, 20 (righteous exemplar); Isaiah 54:9 (Noahic covenant referenced) |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);