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 source_id = "SRC_DAY_GODS_CONFLICT"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_CAN_EL,SRC_DAY_GODS_CONFLICT,scholarly attestation | El ENT_CAN_EL | 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-38: El and the primordial sea in Canaanite and Israelite theology; the relationship between El's authority and Yam's challenge |
| 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_YAM,SRC_DAY_GODS_CONFLICT,scholarly attestation | Yam ENT_CAN_YAM | 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: Yam the sea deity and his conflict with Baal in Ugaritic and with YHWH in the Hebrew Bible; SRC_DAY_GODS_CONFLICT is the standard monograph on this subject |
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]);