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

16 rows where source_id = "SRC_BAILEY"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subject_entity_id, relationship_type, object_entity_id, confidence

relationship_id ▼ subject_entity_id relationship_type object_entity_id confidence rationale source_id review_status period_id
5563 Maitreya (the Christ / the World Teacher) ENT_THE_MAITREYA member_of The Theosophical Spiritual Hierarchy ENT_THE_HIERARCHY high Maitreya (the Christ/World Teacher) heads the teaching department of the Spiritual Hierarchy under Sanat Kumara. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5564 The Manu ENT_THE_MANU member_of The Theosophical Spiritual Hierarchy ENT_THE_HIERARCHY high The Manu heads the will/government department of the Spiritual Hierarchy. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5565 The Buddhas of Activity ENT_THE_BUDDHAS_ACTIVITY member_of The Theosophical Spiritual Hierarchy ENT_THE_HIERARCHY high The Buddhas of Activity belong to the planetary hierarchy at Shamballa, assisting Sanat Kumara. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5566 The Solar Angel (Angel of the Presence) ENT_THE_SOLAR_ANGEL member_of The Theosophical Spiritual Hierarchy ENT_THE_HIERARCHY low The Solar Angel is a soul-order mediator within the broader Theosophical hierarchy. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5567 The Master Jesus ENT_THE_MASTER_JESUS member_of Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS high The Master Jesus is one of the named Masters of Wisdom (sixth-ray). Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5568 The Master Saint Germain (Rakoczi) ENT_THE_SAINT_GERMAIN member_of Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS high The Master Saint Germain (Rakoczi) is the seventh-ray Chohan among the Masters of Wisdom. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5569 The Master Hilarion ENT_THE_HILARION member_of Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS high The Master Hilarion is the fifth-ray Chohan among the Masters of Wisdom. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5570 The Master Serapis Bey ENT_THE_SERAPIS_BEY member_of Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS high The Master Serapis Bey is the fourth-ray Chohan among the Masters of Wisdom. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5572 Maitreya (the Christ / the World Teacher) ENT_THE_MAITREYA aligned_with Jesus Christ ENT_JESUS_CHRIST medium Bailey's 'the Christ' (Maitreya) is the cosmic principle that overshadowed Jesus; a modern functional cognate of the canonical Christ. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5573 The Master Jesus ENT_THE_MASTER_JESUS aligned_with Jesus Christ ENT_JESUS_CHRIST medium The Master Jesus is the disciple-vehicle whom 'the Christ' overshadowed; functionally linked to the canonical Jesus while held distinct. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5574 Maitreya (the Christ / the World Teacher) ENT_THE_MAITREYA presides_over Wisdom ENT_WISDOM medium As the World Teacher embodying the love-wisdom principle, Maitreya presides over wisdom. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5575 The Solar Angel (Angel of the Presence) ENT_THE_SOLAR_ANGEL presides_over Hidden Knowledge ENT_HIDDEN_KNOWLEDGE medium As the soul/higher-self mediator, the Solar Angel governs access to inner esoteric knowledge. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5576 The Seven Rays ENT_THE_SEVEN_RAYS presides_over Hidden Knowledge ENT_HIDDEN_KNOWLEDGE low The Seven Rays are the energy qualities conditioning all esoteric structure in Bailey's system. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5577 The Master Hilarion ENT_THE_HILARION presides_over Knowledge ENT_KNOWLEDGE medium As fifth-ray Chohan of concrete knowledge and science, Hilarion presides over knowledge. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
5578 The Master Saint Germain (Rakoczi) ENT_THE_SAINT_GERMAIN presides_over Magic ENT_MAGIC medium As seventh-ray Chohan of ceremonial order and magic, Saint Germain presides over magic. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY reviewed  
7697 Maitreya (the Christ / the World Teacher) ENT_THE_MAITREYA member_of The Great White Brotherhood ENT_IAM_GREAT_WHITE_BROTHERHOOD medium Maitreya, the World Teacher, is counted among the masters of the Great White Brotherhood in I AM/CUT cosmology. Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY 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 1606.164ms · Data license: MIT · Data source: jebboone/deitydb