Entities
Data license: MIT · Data source: jebboone/deitydb
- entity_id
- {'description': 'Stable identifier (e.g. ENT_GRK_ZEUS, ENT_EGY_OSIRIS, ENT_ISL_MUSA)'}
- canonical_name
- {'description': 'Primary English name used in the database'}
- greek_name
- {'description': 'Greek-script name, where applicable'}
- tradition
- {'description': 'Religious or cultural tradition of origin'}
- entity_class
- {'description': 'Controlled top-level kind (19 values: deity, angel, demon, aeon, sefirah, spirit, monster, hero, ruler, prophet, sage, saint, scriptural-figure, abstraction, collective, realm, ritual, title, object) — recommended for filtering by kind'}
- entity_type
- {'description': 'Granular free-text type descriptor (894 distinct values; see entity_class for the controlled grouping)'}
- category
- {'description': 'Broader functional category (146 values — recommended for filtering)'}
- primary_domains
- {'description': 'Primary divine domains, comma-separated'}
- evidence_confidence
- {'description': 'Sourcing quality: A = direct primary-text attestation; B = strong secondary; C = inference; D = speculative'}
- chthonic_flag
- {'description': 'True if this entity has underworld or chthonic associations'}
- serpent_flag
- {'description': 'True if this entity has serpent or dragon associations'}
- short_note
- {'description': 'Scholarly description with source citations'}
8 rows where entity_class = "spirit" and tradition = "Aramean"
This data as json, CSV (advanced)
Suggested facets: category, primary_domains, evidence_confidence
| entity_id ▼ | canonical_name | greek_name | tradition | entity_type | category | primary_domains | tags | cult_scope | primary_period | evidence_confidence | review_status | inclusion_basis | earth_association_score | chthonic_flag | serpent_flag | short_note | entity_class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ENT_ARA_AGLIBOL | Aglibol | Aramean | Astral deity | Lunar Deity | moon | regional | A | candidate_verified_name | Early-antiquity fringe completion (v1.67.0) | 0 | 0 | 0 | Palmyrene lunar god depicted with a crescent, paired with Malakbel in the Sacred Garden cult and flanking Bel in the Temple of Bel. | spirit | |||
| ENT_ARA_AZIZOS | Azizos | Aramean | Astral deity | Astral Deity | morning star; war; protection | regional | B | candidate_verified_name | Early-antiquity fringe completion (v1.67.0) | 0 | 0 | 0 | The morning-star deity of Edessa, paired with Monimos as the two paredroi (attendants) of the Sun (Helios). Julian (Hymn to King Helios 150c-d) equates Azizos with Ares; the morning/evening-star (Venus) reading is a modern interpretation (Drijvers). | spirit | |||
| ENT_ARA_ELAGABAL | Elagabal of Emesa | Aramean | Astral deity | Solar Deity | sun | regional | A | candidate_verified_name | Early-antiquity fringe completion (v1.67.0) | 0 | 0 | 0 | The sun god of Emesa ('Ila gabal, god of the mountain') worshipped as a conical black betyl; his priest-emperor Elagabalus installed the stone in Rome, attested on coinage and by Herodian. | spirit | |||
| ENT_ARA_MALAKBEL | Malakbel | Aramean | Astral deity | Solar Deity | sun; vegetation; fertility | regional | A | candidate_verified_name | Early-antiquity fringe completion (v1.67.0) | 0 | 0 | 0 | Palmyrene solar and vegetation god ('Messenger of Bel'), paired with Aglibol; the bilingual altar in Rome equates him with Sol Sanctissimus. | spirit | |||
| ENT_ARA_MONIMOS | Monimos | Aramean | Astral deity | Astral Deity | evening star; protection | regional | B | candidate_verified_name | Early-antiquity fringe completion (v1.67.0) | 0 | 0 | 0 | The evening-star deity of Edessa (Aramaic mnʿm, "the favourable one"), twin attendant of the Sun alongside Azizos. Julian (Hymn to King Helios 150c-d) equates Monimos with Hermes; the Venus/star reading is a modern interpretation (Drijvers). | spirit | |||
| ENT_ARA_SAHAR | Sahar | Aramean | Astral deity | Lunar Deity | moon | regional | B | candidate_verified_name | Early-antiquity fringe completion (v1.67.0) | 0 | 0 | 0 | Aramean moon deity (Aramaic shr, 'crescent') invoked among the gods of the royal house at Samʾal in the Panamuwa inscriptions of Zincirli. | spirit | |||
| ENT_ARA_SIN_HARRAN | Sin of Harran | Aramean | Astral deity | Lunar Deity | moon; kingship; oaths | regional | A | candidate_verified_name | Early-antiquity fringe completion (v1.67.0) | 0 | 0 | 0 | The moon god of the Ehulhul sanctuary at Harran, the principal lunar cult of the Aramean/Assyrian north; named in the Sefire treaty curses and rebuilt by Nabonidus. | spirit | |||
| ENT_ARA_YARHIBOL | Yarhibol | Aramean | Astral deity | Solar Deity | sun; oracle; springs | regional | A | candidate_verified_name | Early-antiquity fringe completion (v1.67.0) | 0 | 0 | 0 | Palmyrene solar god, originally guardian of the sacred spring Efqa, depicted with a radiate nimbus and flanking Bel in the Temple of Bel. | spirit |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entities" (
[entity_id] TEXT PRIMARY KEY,
[canonical_name] TEXT,
[greek_name] TEXT,
[tradition] TEXT,
[entity_type] TEXT,
[category] TEXT,
[primary_domains] TEXT,
[tags] TEXT,
[cult_scope] TEXT,
[primary_period] TEXT,
[evidence_confidence] TEXT,
[review_status] TEXT,
[inclusion_basis] TEXT,
[earth_association_score] INTEGER,
[chthonic_flag] INTEGER,
[serpent_flag] INTEGER,
[short_note] TEXT,
[entity_class] TEXT REFERENCES [entity_class]([class_id])
);
CREATE INDEX [idx_entities_entity_class]
ON [entities] ([entity_class]);