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'}
5 rows where entity_id = "ENT_CAN_LOTAN"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_CAN_LOTAN,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Lotan ENT_CAN_LOTAN | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 118-120: Lotan/Leviathan as the fleeing serpent defeated by the storm deity; the combat myth in Ugaritic and its reception in Psalms 74, 89, Isaiah 27; the most systematic scholarly treatment of this tradition |
| ENT_CAN_LOTAN,SRC_DAY_GODS_CONFLICT,scholarly attestation | Lotan ENT_CAN_LOTAN | John Day, God's Conflict with the Dragon and the Sea (Cambridge University Press, 1985) SRC_DAY_GODS_CONFLICT | scholarly attestation | Day (1985) pp. 1-61: the dragon/sea conflict as the organizing principle of Canaanite religion; Lotan, Yam, and their biblical reception in Leviathan and Rahab; the fullest treatment of this mythological complex |
| ENT_CAN_LOTAN,SRC_UGARIT_DDD,scholarly attestation | Lotan ENT_CAN_LOTAN | Dictionary of Deities and Demons in the Bible SRC_UGARIT_DDD | scholarly attestation | Attested in DDD Bible, Canaanite/Ugaritic entries. |
| ENT_CAN_LOTAN,SRC_UGARIT_PARDON,scholarly attestation | Lotan ENT_CAN_LOTAN | Dennis Pardee, Ritual and Cult at Ugarit SRC_UGARIT_PARDON | scholarly attestation | Attested in Pardee, Ritual and Cult at Ugarit. |
| ENT_CAN_LOTAN,SRC_WYATT_RELIGIOUS_TEXTS,direct attestation | Lotan ENT_CAN_LOTAN | N. Wyatt, Religious Texts from Ugarit, 2nd ed. (Sheffield Academic Press, 2002) SRC_WYATT_RELIGIOUS_TEXTS | direct attestation | Lotan (the twisting/fleeing serpent) is slain by Baal or Anat; KTU 1.5 I 1-3: "When you smote Lotan the fleeing serpent, annihilated the twisting serpent"; Wyatt (2002) pp. 113-115; Lotan is the Ugaritic original of the Hebrew Leviathan |
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]);