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'}
6 rows where tradition = "Wicca"
This data as json, CSV (advanced)
Suggested facets: category, evidence_confidence
entity_class 5
- deity 2
- abstraction 1
- collective 1
- ritual 1
- spirit 1
tradition 1
- Wicca · 6 ✖
| 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_WIC_DRYGHTYN | The Dryghtyn (the One) | Wicca | Supreme principle | concept | ultimate divine source, monistic ground of being | devotional | C | candidate_verified_name | Roster build via gen_roster.py (see CHANGELOG/git for release) | 0 | 0 | 0 | The impersonal ultimate of much Wiccan theology — the 'One' or supreme power behind the God and Goddess, named in Valiente's 'Dryghtyn Prayer'. Held within the tradition as the source from which both deities emanate. | abstraction | |||
| ENT_WIC_HORNED_GOD | The Horned God | Wicca | Horned god | deity | masculine divinity, fertility, the hunt, death and rebirth | devotional | B | candidate_verified_name | Roster build via gen_roster.py (see CHANGELOG/git for release) | 0 | 0 | 0 | The male deity of Wicca, ritually invoked at sabbats; consort of the Goddess and lord of life, death and rebirth. Genuinely worshipped across Wiccan covens; Gardner and Valiente drew his imagery from Cernunnos and Pan. | deity | |||
| ENT_WIC_PANTHEON | The Wiccan Pantheon (hub) | Wicca | tradition_hub | hub | neopaganism, witchcraft, duotheism | devotional | B | candidate_verified_name | Roster build via gen_roster.py (see CHANGELOG/git for release) | 0 | 0 | 0 | Collective hub for the deities and ritual powers venerated in modern Wicca/pagan witchcraft. | collective | |||
| ENT_WIC_TRIPLE_GODDESS | The Triple Goddess (Maiden, Mother, Crone) | Wicca | Goddess | deity | feminine divinity, moon, fertility, fate | devotional | B | candidate_verified_name | Roster build via gen_roster.py (see CHANGELOG/git for release) | 0 | 0 | 0 | The Great Goddess of Wicca in her threefold lunar aspect (Maiden / Mother / Crone), invoked devotionally in coven ritual; her aspects align with classical lunar goddesses Hecate, Diana and Selene. | deity | |||
| ENT_WIC_WATCHTOWER_GUARDIANS | The Guardians of the Watchtowers | Wicca | Guardian spirit | collective | elemental quarters, ritual circle protection | devotional | B | candidate_verified_name | Roster build via gen_roster.py (see CHANGELOG/git for release) | 0 | 0 | 0 | The four elemental quarter-guardians (Earth/North, Air/East, Fire/South, Water/West) invoked when casting the Wiccan circle. DISTINCT from the Enochian Watchtowers though terminologically descended from them via the Golden Dawn. | spirit | |||
| ENT_WIC_WHEEL_OF_YEAR | The Wheel of the Year (Eight Sabbats) | Wicca | Ritual | ritual | seasonal festival cycle, solar/agricultural calendar | devotional | B | candidate_verified_name | Roster build via gen_roster.py (see CHANGELOG/git for release) | 0 | 0 | 0 | The eightfold ritual calendar of Wicca — the four 'greater' (Samhain, Imbolc, Beltane, Lughnasadh) and four 'lesser' (solstices/equinoxes) sabbats — enacting the cyclical relationship of the God and Goddess. A core practiced ritual cycle. | ritual |
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]);