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_ADAM"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ISR_ADAM,SRC_2TJ_COLLINS,scholarly attestation | Adam ENT_ISR_ADAM | John J. Collins, The Apocalyptic Imagination SRC_2TJ_COLLINS | scholarly attestation | Collins (2016): Adam in Second Temple apocalyptic texts; his glory (kavod) before the fall as a major Second Temple theme; the Life of Adam and Eve; Adam Kadmon as the heavenly prototype; Collins documents how the Adam figure becomes an apocalyptic archetype for human potential and fall |
| ENT_ISR_ADAM,SRC_DDD_BIBLE,scholarly attestation | Adam ENT_ISR_ADAM | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | scholarly attestation | DDD entry "Adam": etymology, the two creation accounts, the image-of-God formula and its theological reception history |
| ENT_ISR_ADAM,SRC_HEBREW_BIBLE,direct attestation | Adam ENT_ISR_ADAM | 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 | Genesis 1:26-27 (tselem elohim; P source); Genesis 2:7-3:24 (formation from 'adamah, garden of Eden, the fall; J source); Genesis 5:1-5 (genealogy, 930 years) |
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]);