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'}
11 rows where source_id = "SRC_HEALEY_NABATAEAN_RELIGION"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ARA_ALLAT,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | Al-Lat ENT_ARA_ALLAT | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Healey (2001) documents Al-Lat's Nabataean inscriptional evidence and Greek identifications |
| ENT_ARA_AL_UZZA,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | Al-Uzza ENT_ARA_AL_UZZA | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Healey (2001) on Al-Uzza's Nabataean cult and Venus/Aphrodite identification |
| ENT_ARA_DUSHARA,SRC_HEALEY_NABATAEAN_RELIGION,direct attestation | Dushara ENT_ARA_DUSHARA | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | direct attestation | Healey (2001) — Dushara is the central subject of the monograph; extensive inscriptional evidence |
| ENT_ARA_MANAT,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | Manat ENT_ARA_MANAT | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Healey (2001) on Manat's sanctuary at al-Mushallal and fate/death goddess function |
| ENT_NAB_AL_KUTBA,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | al-Kutbaʾ ENT_NAB_AL_KUTBA | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Scribal and commerce deity (Nabataean counterpart of Babylonian Nabu / Greek Hermes), attested at Petra, Hegra and Sinai; sometimes the goddess al-Kutbay. |
| ENT_NAB_AL_UZZA_PETRA,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | al-ʿUzza of Petra ENT_NAB_AL_UZZA_PETRA | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Petraean cult-form of al-ʿUzza, chief Nabataean goddess identified with Aphrodite, associated with Petra's Temple of the Winged Lions. |
| ENT_NAB_ARA,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | Aʿra ENT_NAB_ARA | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Tutelary god of Bostra closely associated with Dushara, who is titled 'the god of our lord who is in Bostra' in Nabataean Hawran inscriptions. |
| ENT_NAB_MANOTU,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | Manotu ENT_NAB_MANOTU | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Hegran cult-form of the fate-goddess Manat, invoked as 'Manotu and her Qaisha' in the tomb-curse inscriptions of Hegra to protect burials. |
| ENT_NAB_PANTHEON,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | The Nabataean Pantheon ENT_NAB_PANTHEON | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Collective grouping the deities worshipped across the Nabataean kingdom from Petra and Bostra to Hegra (Madaʾin Salih), attested in Nabataean Aramaic inscriptions and rock-cut sanctuaries. |
| ENT_NAB_SHAI_AL_QAUM,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | Shai al-Qaum ENT_NAB_SHAI_AL_QAUM | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Caravan-protector and warrior god 'who drinks no wine and builds no tomb,' named in a bilingual Nabataean altar from Palmyra (CIS II 3978). |
| ENT_SAB_ALMAQAH,SRC_HEALEY_NABATAEAN_RELIGION,scholarly attestation | Almaqah ENT_SAB_ALMAQAH | John F. Healey, The Religion of the Nabataeans: A Conspectus (Leiden: Brill, 2001) SRC_HEALEY_NABATAEAN_RELIGION | scholarly attestation | Healey (2001) provides comparative context for South Arabian and North Arabian lunar deity traditions |
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]);