✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Entities

The core table — every entity in the database, spanning gods, angels, demons, aeons, prophets, saints, heroes, spirits, monsters, personified abstractions, cosmological realms, and ritual categories. Use category to filter by functional type (146 values: Underworld Deity, Hero, Adversarial Being, Revealer Figure, etc.). Use tradition to filter by tradition. The short_note column contains a scholarly description with source citations.

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'}

10 rows where entity_class = "demon" and tradition = "Israelite/Second Temple"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: entity_type, category, cult_scope, inclusion_basis, earth_association_score, chthonic_flag

tradition 1

  • Israelite/Second Temple · 10 ✖

entity_class 1

  • demon · 10 ✖
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_ISR_ANGEL_DARKNESS Angel of Darkness   Israelite/Second Temple Adversarial being Angelic adversary darkness; deceit; the rule of the Sons of Darkness   Jewish   A candidate_verified_name Qumran adversary 0 1 0 The mal'akh hoshekh who rules the children of deceit; identified with Belial. demon
ENT_ISR_ASMODEUS Asmodeus   Israelite/Second Temple Demon Demon lust; jealousy; the slaying of bridegrooms   Jewish   A candidate_verified_name Named demon (Tobit) 0 1 0 The demon Ashmedai who slew Sarah's seven husbands, bound by Raphael in Egypt. demon
ENT_ISR_AZAZEL Azazel   Israelite/Second Temple Fallen angel/desert power Fallen Angel desert; scapegoat; forbidden knowledge; sin   Biblical/Enochic   A candidate_verified_name Second Temple adversarial entity 4 0 0 Figure associated with scapegoat ritual and Enochic fallen angel traditions. demon
ENT_ISR_BARAQIEL Baraqiel   Israelite/Second Temple Fallen angel Watcher-chief lightning; astrology of the air   Jewish   A candidate_verified_name Named Watcher 0 0 0 A chief of the Watchers who taught the signs of the lightnings. demon
ENT_ISR_BELIAL Belial   Israelite/Second Temple Demonic/adversarial being Adversarial Being wickedness; opposition; demonic leadership   Second Temple/Qumran   A candidate_verified_name Second Temple adversarial entity 2 0 0 Adversarial figure associated with wickedness and opposition. demon
ENT_ISR_GADREEL Gadreel   Israelite/Second Temple Fallen angel Watcher-chief weapons of war; the leading astray of Eve   Jewish   A candidate_verified_name Named Watcher 0 0 0 The Watcher who showed the weapons of death and led Eve astray (1 Enoch 69). demon
ENT_ISR_KOKABIEL Kokabiel   Israelite/Second Temple Fallen angel Watcher-chief the stars; forbidden astrology   Jewish   A candidate_verified_name Named Watcher 0 0 0 A chief of the Watchers who taught humankind the constellations. demon
ENT_ISR_MASTEMA Mastema   Israelite/Second Temple Adversarial being Adversarial Being hostility; testing; demonic accusation   Second Temple/apocalyptic   A candidate_verified_name Second Temple adversarial entity 2 0 0 Adversarial figure in Jubilees and related traditions. demon
ENT_ISR_PENEMUE Penemue   Israelite/Second Temple Fallen angel Watcher-chief writing; ink and paper; bitter knowledge   Jewish   A candidate_verified_name Named Watcher 0 0 0 The Watcher who taught humankind writing with ink and paper (1 Enoch 69). demon
ENT_ISR_SATAN Satan   Israelite/Second Temple Adversarial being Adversarial Being adversary; accusation; testing; opposition   Biblical/Second Temple   A candidate_verified_name Israelite/Second Temple adversarial entity 1 0 0 Adversarial or accusatory figure in biblical and Second Temple traditions. demon

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 3680.294ms · Data license: MIT · Data source: jebboone/deitydb