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'}
12 rows where source_id = "SRC_CROSS_CANAANITE_MYTH"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_AMM_MILKOM,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Milkom ENT_AMM_MILKOM | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) p. 228: Milkom in the context of West Semitic national deity theology; the *mlk epithet structure. |
| ENT_CAN_ANAT,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Anat ENT_CAN_ANAT | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 16-22: Anat in the Ugaritic texts and her faint traces in the Hebrew Bible (Anathoth; the name Shamgar ben Anat); the war goddess tradition |
| ENT_CAN_ASHERAH,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Athirat/Asherah ENT_CAN_ASHERAH | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 31-35: Asherah as El's consort and her Israelite reception; the asherah cult poles in the Hebrew Bible; the debate about whether Asherah was worshipped alongside YHWH in early Israelite religion |
| ENT_CAN_ASTARTE,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Astarte ENT_CAN_ASTARTE | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 28-43: Astarte's role in the Canaanite pantheon and her reception in Phoenician and Israelite religion; the Queen of Heaven worship condemned in Jeremiah 44 |
| ENT_CAN_BAAL,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Baal Hadad ENT_CAN_BAAL | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 112-163: Baal as the storm deity and divine king; the Baal Cycle as mythology of the battle for divine kingship; the Baal-YHWH comparison and the biblical polemics against Baal worship |
| ENT_CAN_DAGON,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Dagon ENT_CAN_DAGON | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 26-28 on Dagon's position in the Ugaritic and wider West Semitic pantheon |
| ENT_CAN_EL,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | El ENT_CAN_EL | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 1-75: the definitive scholarly treatment of El in the Ugaritic texts and his relationship to the Israelite ʾEl tradition; El's titles (Father of Years, Creator of Creatures, Bull El), his tent sanctuary, and his transition from patriarch to background deity |
| 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_MOT,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Mot ENT_CAN_MOT | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 116-118: Mot as death and the underworld deity; the Baal-Mot cycle as a fertility-myth framework; biblical parallels with the Sheol theology |
| ENT_CAN_YAM,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Yam ENT_CAN_YAM | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 112-120: Yam as the sea deity defeated by Baal/YHWH; the combat myth pattern; the Israelite reception in the Sea crossing narrative and the prophetic sea imagery |
| ENT_MOA_KEMOSH,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Kemosh ENT_MOA_KEMOSH | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 228-229: Kemosh in the context of West Semitic national deity theology; the Mesha Stele as parallel to Deuteronomistic historical writing. |
| ENT_SAB_ATHTAR,SRC_CROSS_CANAANITE_MYTH,scholarly attestation | Athtar ENT_SAB_ATHTAR | Frank Moore Cross, Canaanite Myth and Hebrew Epic (Harvard University Press, 1973) SRC_CROSS_CANAANITE_MYTH | scholarly attestation | Cross (1973) pp. 26-28 on ʿAttar/Athtar cognate across Canaanite and South Arabian traditions |
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]);