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

Relationships

2,079 typed, source-backed relationships between entities. Each row records a directed relationship (subject → type → object) with a justifying source and rationale note. See relationship_types for the full controlled vocabulary of 70 relationship types. Key types: reception_of / received_as (transmission across traditions), equated_with (interpretatio graeca / analogues), parent_of (genealogy), member_of (collective membership), emanates_from (Gnostic/Neoplatonic structure).

Data license: MIT · Data source: jebboone/deitydb

subject_entity_id
{'description': 'The entity initiating or holding the relationship'}
relationship_type
{'description': 'Typed relationship from the controlled vocabulary (see relationship_types table)'}
object_entity_id
{'description': 'The entity receiving or targeted by the relationship'}
confidence
{'description': 'high / medium / low / speculative'}
rationale
{'description': 'Scholarly justification for the relationship, with source citations'}
source_id
{'description': 'Primary source justifying this relationship'}
period_id
{'description': 'Historical period in which this relationship is attested (null = all periods)'}

21 rows where object_entity_id = "ENT_ANGELS"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: relationship_type, confidence, source_id

relationship_id ▼ subject_entity_id relationship_type object_entity_id confidence rationale source_id review_status period_id
556 Angel of Death ENT_ISR_ANGEL_OF_DEATH member_of Angels ENT_ANGELS medium Angel of Death is an angelic death figure in later traditions. Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE reviewed  
557 Gabriel ENT_ISR_GABRIEL member_of Angels ENT_ANGELS high Gabriel is an angelic messenger. Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE reviewed  
558 Michael ENT_ISR_MICHAEL member_of Angels ENT_ANGELS high Michael is an angelic prince. Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE reviewed  
559 Raphael ENT_ISR_RAPHAEL member_of Angels ENT_ANGELS high Raphael is an angel. Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE reviewed  
560 Uriel ENT_ISR_URIEL member_of Angels ENT_ANGELS high Uriel is an angel in apocalyptic traditions. Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE reviewed  
561 Watchers ENT_ISR_WATCHERS member_of Angels ENT_ANGELS high The Watchers are an angelic collective. 1 Enoch SRC_1_ENOCH reviewed  
722 Principalities ENT_CHR_PRINCIPALITIES member_of Angels ENT_ANGELS high Principalities are an angelic order. Pseudo-Dionysius, Celestial Hierarchy SRC_PSEUDO_DIONYSIUS_CELESTIAL_HIERARCHY reviewed  
723 Powers ENT_CHR_POWERS member_of Angels ENT_ANGELS high Powers are an angelic order. Pseudo-Dionysius, Celestial Hierarchy SRC_PSEUDO_DIONYSIUS_CELESTIAL_HIERARCHY reviewed  
724 Virtues ENT_CHR_VIRTUES member_of Angels ENT_ANGELS high Virtues are an angelic order. Pseudo-Dionysius, Celestial Hierarchy SRC_PSEUDO_DIONYSIUS_CELESTIAL_HIERARCHY reviewed  
725 Dominions ENT_CHR_DOMINIONS member_of Angels ENT_ANGELS high Dominions are an angelic order. Pseudo-Dionysius, Celestial Hierarchy SRC_PSEUDO_DIONYSIUS_CELESTIAL_HIERARCHY reviewed  
726 Thrones ENT_CHR_THRONES member_of Angels ENT_ANGELS high Thrones are an angelic order. Pseudo-Dionysius, Celestial Hierarchy SRC_PSEUDO_DIONYSIUS_CELESTIAL_HIERARCHY reviewed  
727 Cherubim ENT_CHR_CHERUBIM member_of Angels ENT_ANGELS high Cherubim are an angelic order. Pseudo-Dionysius, Celestial Hierarchy SRC_PSEUDO_DIONYSIUS_CELESTIAL_HIERARCHY reviewed  
728 Seraphim ENT_CHR_SERAPHIM member_of Angels ENT_ANGELS high Seraphim are an angelic order. Pseudo-Dionysius, Celestial Hierarchy SRC_PSEUDO_DIONYSIUS_CELESTIAL_HIERARCHY reviewed  
729 Archangels ENT_CHR_ARCHANGELS member_of Angels ENT_ANGELS high Archangels are an angelic order. Pseudo-Dionysius, Celestial Hierarchy SRC_PSEUDO_DIONYSIUS_CELESTIAL_HIERARCHY reviewed  
1028 Ophanim ENT_JM_OPHANIM member_of Angels ENT_ANGELS high Ophanim are angelic beings associated with the throne vision. Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE reviewed  
1029 Chayyot ENT_JM_CHAYYOT member_of Angels ENT_ANGELS high Chayyot are angelic living creatures. Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE reviewed  
1030 Hashmallim ENT_JM_HASHMALLIM member_of Angels ENT_ANGELS high Hashmallim are radiant angelic beings. Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE reviewed  
1211 Metatron ENT_JM_METATRON member_of Angels ENT_ANGELS high Metatron is enumerated among the ranks of the angelic host (Angels) in the Hekhalot/3 Enoch literature. P. Alexander, 3 Enoch, in Old Testament Pseudepigrapha vol. 1 SRC_3_ENOCH_ALEXANDER_OTP reviewed  
1220 Seraphim ENT_JM_SERAPHIM member_of Angels ENT_ANGELS high Seraphim is enumerated among the ranks of the angelic host (Angels) in the Hekhalot/3 Enoch literature. Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE reviewed  
1226 Sandalphon ENT_JM_SANDALPHON member_of Angels ENT_ANGELS high Sandalphon is enumerated among the ranks of the angelic host (Angels) in the Hekhalot/3 Enoch literature. Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE reviewed  
6429 The Scale of Numbers (Agrippa) ENT_REN_NUMBER_SCALE aligned_with Angels ENT_ANGELS medium Agrippa's Scale of Numbers tabulates each number against orders of angels, making it the explicit number-to-angel bridge linking the number-mysticism thread to the angelic hierarchy. Heinrich Cornelius Agrippa, De occulta philosophia libri tres (1533) — incl. the Scale of Seven (Bk II.10) SRC_AGRIPPA_OCCULTA reviewed  

Advanced export

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

CSV options:

CREATE TABLE "entity_relationships" (
   [relationship_id] INTEGER PRIMARY KEY,
   [subject_entity_id] TEXT REFERENCES [entities]([entity_id]),
   [relationship_type] TEXT REFERENCES [relationship_types]([relationship_type]),
   [object_entity_id] TEXT REFERENCES [entities]([entity_id]),
   [confidence] TEXT,
   [rationale] TEXT,
   [source_id] TEXT REFERENCES [sources]([source_id]),
   [review_status] TEXT,
   [period_id] TEXT REFERENCES [periods]([period_id])
);
CREATE INDEX [idx_entity_relationships_period_id]
    ON [entity_relationships] ([period_id]);
CREATE INDEX [idx_entity_relationships_source_id]
    ON [entity_relationships] ([source_id]);
CREATE INDEX [idx_entity_relationships_object_entity_id]
    ON [entity_relationships] ([object_entity_id]);
CREATE INDEX [idx_entity_relationships_relationship_type]
    ON [entity_relationships] ([relationship_type]);
CREATE INDEX [idx_entity_relationships_subject_entity_id]
    ON [entity_relationships] ([subject_entity_id]);
Powered by Datasette · Queries took 16.109ms · Data license: MIT · Data source: jebboone/deitydb