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'}
11 rows where source_id = "SRC_BLAVATSKY_SECRET_DOCTRINE"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_REC_MAHATMAS,SRC_BLAVATSKY_SECRET_DOCTRINE,direct attestation | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | direct attestation | The Mahatmas / Masters of Wisdom are central to The Secret Doctrine (1888); Blavatsky presents them as the hidden adepts transmitting cosmic truth through Theosophy. |
| ENT_THE_DJWAL_KHUL,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | Djwal Khul (The Tibetan) ENT_THE_DJWAL_KHUL | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | Master Djwal Khul, 'the Tibetan,' a Mahatma later said to have telepathically dictated the books written through Alice Bailey; a being of the modern Theosophical tradition. |
| ENT_THE_HIERARCHY,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | The Theosophical Spiritual Hierarchy ENT_THE_HIERARCHY | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | The graded hierarchy of spiritual beings — the Masters, the Lord of the World, the Logoi, and the Lords of Karma — said in Theosophy to oversee human and planetary evolution. |
| ENT_THE_KOOT_HOOMI,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | Koot Hoomi (Master K.H.) ENT_THE_KOOT_HOOMI | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | Master Koot Hoomi (Kuthumi), one of the principal Mahatmas of Theosophy and chief author of the Mahatma Letters; a being original to the modern Theosophical movement. |
| ENT_THE_LIPIKA,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | The Lords of Karma (The Lipika) ENT_THE_LIPIKA | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | The Lipika, the 'recorders' or Lords of Karma described in Blavatsky's The Secret Doctrine who register every act and administer the law of karma; a collective being of modern Theosophical cosmology. |
| ENT_THE_MAHA_CHOHAN,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | The Maha Chohan ENT_THE_MAHA_CHOHAN | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | The 'Great Lord,' chief of the third ray and head of the Masters' hierarchy of civilization in Theosophical teaching; a being original to the modern Theosophical movement. |
| ENT_THE_MORYA,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | Morya (Master M.) ENT_THE_MORYA | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | Master Morya, one of the Mahatmas said to stand behind the Theosophical Society and to have corresponded with Blavatsky; a being original to the modern Theosophical movement. |
| ENT_THE_PLANETARY_LOGOS,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | The Planetary Logos ENT_THE_PLANETARY_LOGOS | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | The Theosophical divine intelligence ensouling a single planet, subordinate to the Solar Logos; a modern-revival cosmological office. |
| ENT_THE_ROOT_RACES,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | The Root Races ENT_THE_ROOT_RACES | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | The series of seven successive cosmological humanities (Lemurian, Atlantean, Aryan, ...) through which spirit evolves in The Secret Doctrine; modeled as a single collective rather than seven entities. |
| ENT_THE_SANAT_KUMARA,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | Sanat Kumara ENT_THE_SANAT_KUMARA | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | The 'Lord of the World' and 'Ancient of Days' said to dwell at Shamballa and govern Earth's spiritual evolution; a Theosophical adaptation of the Hindu Kumara name into a modern cosmic office. |
| ENT_THE_SOLAR_LOGOS,SRC_BLAVATSKY_SECRET_DOCTRINE,primary text attestation | The Solar Logos ENT_THE_SOLAR_LOGOS | Helena P. Blavatsky, The Secret Doctrine (London: Theosophical Publishing Company, 1888) SRC_BLAVATSKY_SECRET_DOCTRINE | primary text attestation | The Theosophical conception of the divine intelligence ensouling and governing the entire solar system, developed within the modern revival from the Greek philosophical Logos. |
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]);