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_AMM_MILKOM"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| 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_AMM_MILKOM,SRC_DDD_BIBLE,scholarly attestation | Milkom ENT_AMM_MILKOM | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | scholarly attestation | DDD Bible, "Milcom" entry: full analysis of biblical evidence, theophoric Ammonite personal names, distinction from Molech, and the divine name etymology (*mlk, King). |
| ENT_AMM_MILKOM,SRC_HEBREW_BIBLE,direct attestation | Milkom ENT_AMM_MILKOM | 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 | 1 Kings 11:5,33: "Milkom the abomination of the Ammonites" — Solomon's cultic concession. 2 Kings 23:13: Josiah's abolition. Jeremiah 49:1,3: "Milkom will go into exile, his priests and officials together." Zephaniah 1:5: condemnation of those who swear oaths by Milkom. Attested across Deuteronomistic History, Jeremiah, and Zephaniah independently. |
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]);