Entity Sources
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'}
10 rows where source_id = "SRC_BAILEY"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_THE_BUDDHAS_ACTIVITY,SRC_BAILEY,primary text attestation | The Buddhas of Activity ENT_THE_BUDDHAS_ACTIVITY | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | A collective of three exalted beings who assist Sanat Kumara at Shamballa, mediating cosmic energies to the planet; a Bailey-era elaboration of the Shamballa hierarchy. |
| ENT_THE_HILARION,SRC_BAILEY,primary text attestation | The Master Hilarion ENT_THE_HILARION | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | The fifth-ray Chohan of concrete knowledge and science in Bailey's Theosophy; the name adapted from the early Christian ascetic St Hilarion. |
| ENT_THE_MAITREYA,SRC_BAILEY,primary text attestation | Maitreya (the Christ / the World Teacher) ENT_THE_MAITREYA | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | In Bailey's Theosophy, Maitreya is the Christ and World Teacher who heads the teaching department of the Spiritual Hierarchy under Sanat Kumara; fuses the Buddhist future-buddha Maitreya with the Theosophical office of 'the Christ.' |
| ENT_THE_MANU,SRC_BAILEY,primary text attestation | The Manu ENT_THE_MANU | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | The Master heading the will/government (first-ray) department of the Spiritual Hierarchy, paralleling the Christ (teaching) and the Maha Chohan (civilization); an adaptation of the Hindu Manu. |
| ENT_THE_MASTER_JESUS,SRC_BAILEY,primary text attestation | The Master Jesus ENT_THE_MASTER_JESUS | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | In Bailey's Theosophy a sixth-ray Master distinct from the Christ (Maitreya): the disciple-vehicle whose body 'the Christ' overshadowed, who now oversees the Christian churches; explicitly separate from the canonical Jesus Christ. |
| ENT_THE_SAINT_GERMAIN,SRC_BAILEY,primary text attestation | The Master Saint Germain (Rakoczi) ENT_THE_SAINT_GERMAIN | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | The seventh-ray Chohan of ceremonial order and magic (the Master R. / Rakoczi); an adaptation built on the historical 18th-century Count of St Germain, recast as an ascended Master. |
| ENT_THE_SERAPIS_BEY,SRC_BAILEY,primary text attestation | The Master Serapis Bey ENT_THE_SERAPIS_BEY | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | The fourth-ray Chohan of harmony-through-conflict in Bailey's system; a Master distinct from the Greco-Egyptian deity Serapis, the name being borrowed from it. |
| ENT_THE_SEVEN_RAYS,SRC_BAILEY,primary text attestation | The Seven Rays ENT_THE_SEVEN_RAYS | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | The seven differentiated streams of divine energy (the Ray Lords and their qualities) that condition all souls and along which the Masters serve; modeled as one collective rather than seven entities. |
| ENT_THE_SHAMBALLA,SRC_BAILEY,primary text attestation | Shamballa (the City of God) ENT_THE_SHAMBALLA | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | The highest of the three planetary spiritual centres in Bailey's cosmology, the 'City of God' where Sanat Kumara dwells; an adaptation of the Tibetan mythic kingdom of Shambhala. |
| ENT_THE_SOLAR_ANGEL,SRC_BAILEY,primary text attestation | The Solar Angel (Angel of the Presence) ENT_THE_SOLAR_ANGEL | Alice A. Bailey, A Treatise on the Seven Rays; Initiation, Human and Solar SRC_BAILEY | primary text attestation | In Bailey's esoteric psychology the soul/higher-self mediator overshadowing the human personality, called the 'Angel of the Presence'; an adaptation of older soul-guardian concepts. |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);