Relationships
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)'}
12 rows where object_entity_id = "ENT_REC_MAHATMAS"
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 |
|---|---|---|---|---|---|---|---|---|
| 1353 | Hermes Trismegistus ENT_HER_TRISMEGISTUS | received_as | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | low | The Theosophical Mahatmas structurally parallel the Hermetic revealer-figure archetype (hidden cosmic teacher transmitting wisdom to initiates). Hutton (1999) notes this lineage; confidence is low because Blavatsky drew more directly on Hindu/Buddhist terminology than on Hermetic texts. | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | reviewed | 19th Century Occultism PER_19C_OCCULT |
| 1365 | Aiwass ENT_THL_AIWASS | reception_of | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | medium | Aiwass as Holy Guardian Angel is a Thelemic reception of the Theosophical hidden-master archetype. | Aleister Crowley, Liber AL vel Legis (The Book of the Law) (Cairo, 1904; The Equinox Vol. I No. 1, London: Crowley, 1909) SRC_CROWLEY_BOOK_OF_LAW | reviewed | 20th Century Occultism PER_20C_OCCULT |
| 5545 | Morya (Master M.) ENT_THE_MORYA | member_of | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | high | Morya is one of the Mahatmas (Theosophical Masters of Wisdom). | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | reviewed | |
| 5546 | Koot Hoomi (Master K.H.) ENT_THE_KOOT_HOOMI | member_of | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | high | Koot Hoomi is one of the Mahatmas. | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | reviewed | |
| 5547 | Djwal Khul (The Tibetan) ENT_THE_DJWAL_KHUL | member_of | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | high | Djwal Khul is one of the Mahatmas. | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | reviewed | |
| 5548 | The Maha Chohan ENT_THE_MAHA_CHOHAN | member_of | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | high | The Maha Chohan heads a department within the Mahatmas' hierarchy. | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | reviewed | |
| 5562 | The Secret Chiefs ENT_MOD_SECRET_CHIEFS | aligned_with | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | medium | The Secret Chiefs parallel and were influenced by the Theosophical Masters. | The Hermetic Order of the Golden Dawn corpus (cipher manuscripts; Regardie, The Golden Dawn) SRC_GOLDEN_DAWN | 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 | |
| 7692 | The Great White Brotherhood ENT_IAM_GREAT_WHITE_BROTHERHOOD | reception_of | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | high | The I AM/CUT Great White Brotherhood is the reception of the earlier Theosophical Masters of Wisdom (Mahatmas) as a named devotional collective. | J. Gordon Melton, Encyclopedia of American Religions (8th ed., Gale, 2009) SRC_MELTON_AMERICAN_RELIGIONS | reviewed |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);