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_MOSES"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ISR_MOSES,SRC_2TJ_COLLINS,scholarly attestation | Moses ENT_ISR_MOSES | John J. Collins, The Apocalyptic Imagination SRC_2TJ_COLLINS | scholarly attestation | Collins (2016): Moses as an apocalyptic figure; the Testament of Moses; Moses as the mediator of cosmic law and the prototype for the apocalyptic seer who receives heavenly revelation; the Mosaic Torah as the framework within which apocalyptic revelation is legitimated |
| ENT_ISR_MOSES,SRC_DDD_BIBLE,scholarly attestation | Moses ENT_ISR_MOSES | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | scholarly attestation | DDD entries on Moses: his face-to-face access to Yahweh, the divine council tradition, and his typological function in Second Temple Judaism |
| ENT_ISR_MOSES,SRC_HEBREW_BIBLE,direct attestation | Moses ENT_ISR_MOSES | 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 | Exodus 2:1-15 (birth and early life); Exodus 3-4 (burning bush, commission); Exodus 7-14 (plagues and exodus); Exodus 19-20, 24, 34 (Sinai covenant and Torah); Numbers 12:6-8 (prophetic uniqueness); Deuteronomy 34 (death on Nebo; no burial place known) |
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]);