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'}
5 rows where source_id = "SRC_FOSTER_MUSES"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_MES_ADAPA,SRC_FOSTER_MUSES,direct attestation | Adapa ENT_MES_ADAPA | Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES | direct attestation | The Adapa myth (Foster, Before the Muses): the sage who refused the bread and water of life. |
| ENT_MES_ERRA,SRC_FOSTER_MUSES,direct attestation | Erra ENT_MES_ERRA | Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES | direct attestation | The Erra Epic (Foster, Before the Muses): Erra, god of plague and war. |
| ENT_MES_ETANA,SRC_FOSTER_MUSES,direct attestation | Etana ENT_MES_ETANA | Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES | direct attestation | The Etana Epic (Foster, Before the Muses): the king who flew to heaven on the eagle. |
| ENT_MES_ISHUM,SRC_FOSTER_MUSES,direct attestation | Ishum ENT_MES_ISHUM | Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES | direct attestation | The Erra Epic (Foster, Before the Muses): Ishum, the herald who restrains Erra. |
| ENT_MES_SEBITTI,SRC_FOSTER_MUSES,direct attestation | Sebitti ENT_MES_SEBITTI | Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES | direct attestation | The Erra Epic (Foster, Before the Muses): the Sebitti, the seven warrior-gods, weapons of Erra. |
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]);