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

Entity Sources

2,936 links between entities and the sources that attest them, with evidence type and passage-level notes. The primary evidence layer: every entity classification traces to at least one record here.

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

19 rows where source_id = "SRC_1_ENOCH"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_note

Link entity_id source_id evidence_type source_note
ENT_ENOCH,SRC_1_ENOCH,direct attestation Enoch ENT_ENOCH 1 Enoch SRC_1_ENOCH direct attestation Named in 1 Enoch.
ENT_ISR_AZAZEL,SRC_1_ENOCH,direct attestation Azazel ENT_ISR_AZAZEL 1 Enoch SRC_1_ENOCH direct attestation Named in 1 Enoch.
ENT_ISR_BARAQIEL,SRC_1_ENOCH,direct attestation Baraqiel ENT_ISR_BARAQIEL 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 8:3: Baraqiel taught the signs of the lightnings.
ENT_ISR_GABRIEL,SRC_1_ENOCH,direct attestation Gabriel ENT_ISR_GABRIEL 1 Enoch SRC_1_ENOCH direct attestation Named in 1 Enoch.
ENT_ISR_GADREEL,SRC_1_ENOCH,direct attestation Gadreel ENT_ISR_GADREEL 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 69:6: Gadreel led Eve astray and showed the weapons of death.
ENT_ISR_KOKABIEL,SRC_1_ENOCH,direct attestation Kokabiel ENT_ISR_KOKABIEL 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 8:3: Kokabiel taught the constellations (one of the chiefs of 1 Enoch 6:7).
ENT_ISR_MICHAEL,SRC_1_ENOCH,direct attestation Michael ENT_ISR_MICHAEL 1 Enoch SRC_1_ENOCH direct attestation Named in 1 Enoch.
ENT_ISR_NEPHILIM,SRC_1_ENOCH,direct attestation Nephilim ENT_ISR_NEPHILIM 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 6-7 (descent of Watchers, begetting of giants/Nephilim); 1 Enoch 15:8-12 (Nephilim spirits become post-Flood demons). Also 4Q531 (Book of Giants, DSS).
ENT_ISR_PENEMUE,SRC_1_ENOCH,direct attestation Penemue ENT_ISR_PENEMUE 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 69:8-11: Penemue taught humankind writing with ink and paper.
ENT_ISR_PHANUEL,SRC_1_ENOCH,direct attestation Phanuel ENT_ISR_PHANUEL 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 40:9; 54:6: Phanuel, set over repentance, who fends off the satans.
ENT_ISR_RAGUEL,SRC_1_ENOCH,direct attestation Raguel ENT_ISR_RAGUEL 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 20:4: "Raguel, one of the holy angels, who takes vengeance on the world of the luminaries." Also 1 Enoch 23:4 (heavenly judgment). Ethiopian canon includes Raguel among the seven archangels.
ENT_ISR_RAPHAEL,SRC_1_ENOCH,direct attestation Raphael ENT_ISR_RAPHAEL 1 Enoch SRC_1_ENOCH direct attestation Named in 1 Enoch.
ENT_ISR_REMIEL,SRC_1_ENOCH,direct attestation Remiel ENT_ISR_REMIEL 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 20:8: "Remiel, one of the holy angels, whom God set over those who rise." Also: 2 Baruch 55:3 (archangel over souls of the dead); 4 Ezra 4:36 (as "Jeremiel").
ENT_ISR_SARAQAEL,SRC_1_ENOCH,direct attestation Saraqael ENT_ISR_SARAQAEL 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 20:6: Saraqael, one of the seven holy angels, over the spirits who sin.
ENT_ISR_SARIEL,SRC_1_ENOCH,direct attestation Sariel ENT_ISR_SARIEL 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 20:6: "Saraqael, one of the holy angels, who is set over the spirits, who sin in the spirit." War Scroll (1QM 9:15-16): Sariel named on battle tower shield alongside Michael, Gabriel, Raphael.
ENT_ISR_SHEMIHAZAH,SRC_1_ENOCH,direct attestation Shemihazah ENT_ISR_SHEMIHAZAH 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 6:3 (Shemihazah as leader of the 200 Watchers); 1 Enoch 6:7 (first in the list of 20 Watcher leaders); 1 Enoch 10:11-12 (Michael commanded to bind him for 70 generations). 4Q531 (Book of Giants, DSS).
ENT_ISR_SON_OF_MAN,SRC_1_ENOCH,direct attestation Son of Man ENT_ISR_SON_OF_MAN 1 Enoch SRC_1_ENOCH direct attestation 1 Enoch 46-48 (the Parables): the Son of Man / Elect One who sits on the throne of glory.
ENT_ISR_URIEL,SRC_1_ENOCH,direct attestation Uriel ENT_ISR_URIEL 1 Enoch SRC_1_ENOCH direct attestation Named in 1 Enoch.
ENT_ISR_WATCHERS,SRC_1_ENOCH,direct attestation Watchers ENT_ISR_WATCHERS 1 Enoch SRC_1_ENOCH direct attestation Named in 1 Enoch.

Advanced export

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

CSV options:

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