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_TEIXIDOR_PALMYRA"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ARA_AGLIBOL,SRC_TEIXIDOR_PALMYRA,scholarly attestation | Aglibol ENT_ARA_AGLIBOL | Javier Teixidor, The Pantheon of Palmyra SRC_TEIXIDOR_PALMYRA | scholarly attestation | Palmyrene lunar god depicted with a crescent, paired with Malakbel in the Sacred Garden cult and flanking Bel in the Temple of Bel. |
| ENT_ARA_ALLAT_PALMYRA,SRC_TEIXIDOR_PALMYRA,scholarly attestation | Allat of Palmyra ENT_ARA_ALLAT_PALMYRA | Javier Teixidor, The Pantheon of Palmyra SRC_TEIXIDOR_PALMYRA | scholarly attestation | Arab goddess worshipped at Palmyra in her own sanctuary, assimilated to armed Athena, attested in Palmyrene and bilingual dedications. |
| ENT_ARA_BEL_PALMYRA,SRC_TEIXIDOR_PALMYRA,scholarly attestation | Bel of Palmyra ENT_ARA_BEL_PALMYRA | Javier Teixidor, The Pantheon of Palmyra SRC_TEIXIDOR_PALMYRA | scholarly attestation | Head of the Palmyrene pantheon, worshipped in the great Temple of Bel (dedicated 32 CE); a Bel form assimilated to Babylonian Bel-Marduk, heading the astral triad with Yarhibol and Aglibol. |
| ENT_ARA_MALAKBEL,SRC_TEIXIDOR_PALMYRA,scholarly attestation | Malakbel ENT_ARA_MALAKBEL | Javier Teixidor, The Pantheon of Palmyra SRC_TEIXIDOR_PALMYRA | scholarly attestation | Palmyrene solar and vegetation god ('Messenger of Bel'), paired with Aglibol; the bilingual altar in Rome equates him with Sol Sanctissimus. |
| ENT_ARA_YARHIBOL,SRC_TEIXIDOR_PALMYRA,scholarly attestation | Yarhibol ENT_ARA_YARHIBOL | Javier Teixidor, The Pantheon of Palmyra SRC_TEIXIDOR_PALMYRA | scholarly attestation | Palmyrene solar god, originally guardian of the sacred spring Efqa, depicted with a radiate nimbus and flanking Bel in the Temple of Bel. |
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]);