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'}
4 rows where entity_class = "collective" and tradition = "Valentinian"
This data as json, CSV (advanced)
Suggested facets: category
| 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_VAL_ANGELS_SAVIOR | Angels of the Savior | Valentinian | Aeonic collective | Aeonic collective | PER_GNO_2ND_4TH | A | reviewed | The (male) angels of the Saviour: the spiritual counterparts who accompany the Saviour out of the Pleroma; the spiritual seed is reunited with them in the bridal chamber, mending the broken syzygy. | collective | ||||||||
| ENT_VAL_DECAD | Decad | Valentinian | Aeonic collective / second tier of Pleroma | Aeonic Collective | divine emanation; second Pleroma tier; ten aeons; cosmic fullness; Logos offspring | A | The Decad is the collective name for the ten aeons emanated by the syzygy of Logos and Zoe, constituting the second tier of the Valentinian Pleroma after the primary Ogdoad. Irenaeus (AH I.2.5) names them as five male-female pairs: Bythios and Mixis, Ageratos and Henosis, Autophyes and Hedone, Acinetos and Syncrasis, Monogenes and Macaria (or Theletos and Macaria in some variants). These ten aeons collectively embody aspects of divine creativity, stability, and productive will. The Decad's significance in the Valentinian system is structural: together with the Ogdoad (first eight aeons) and the Dodecad (twelve aeons), it completes the thirty-aeon Pleroma whose fullness (plēroma) constitutes the divine realm. The crisis in the Pleroma is triggered not within the Decad but in the Dodecad (by Sophia, the 30th aeon), but the Decad's existence is the precondition for that crisis. Layton (1987) pp. 276-302. | collective | |||||||||
| ENT_VAL_DODECAD | Dodecad | Valentinian | Aeonic collective / third tier of Pleroma | Aeonic Collective | divine emanation; third Pleroma tier; twelve aeons; cosmic fullness; Sophia origin; fall | A | The Dodecad is the collective name for the twelve aeons emanated by the syzygy of Anthropos and Ecclesia, constituting the third and final tier of the Valentinian Pleroma. Irenaeus (AH I.2.5-6) names them as six male-female pairs: Paracletos and Pistis, Patricos and Elpis, Metricos and Agape, Ainos and Synesis, Ecclesiasticos and Makariotes, Theletos and Sophia. The theological significance of the Dodecad exceeds the Decad: it is within the Dodecad that the cosmological crisis originates, since Sophia — the 30th and last aeon of the entire Pleroma, paired with Theletos in the Dodecad — is seized by a "passion" to comprehend the Father (Bythos) without her consort, generating an unbounded desire (enthymesis) that, when separated from her by Horos (the boundary), becomes the lower Sophia or Achamoth. This fall of Sophia triggers the creation of the material world by the Demiurge (Yaldabaoth), whom Achamoth produces without a divine partner. The Dodecad thus functions as the point of transition from divine fullness to material creation in the Valentinian cosmological drama. Layton (1987) pp. 276-302. | collective | |||||||||
| ENT_VAL_SPIRITUAL_SEED | Spiritual Seed | Valentinian | Elect collective/category | Elect collective | PER_GNO_2ND_4TH | A | reviewed | The spiritual seed (sperma pneumatikon): the pneumatic element that Achamoth, beholding the Saviour and his angels, conceived and sowed into the Demiurge's creation — the elect "Church" destined to re-enter the Pleroma. The title concept of Thomassen's study. | collective |
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]);