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'}
2 rows where entity_id = "ENT_REC_MAHATMAS"
This data as json, CSV (advanced)
| 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_REC_MAHATMAS,SRC_HUTTON_TRIUMPH,scholarly attestation | Mahatmas (Theosophical Masters of Wisdom) ENT_REC_MAHATMAS | Ronald Hutton, The Triumph of the Moon: A History of Modern Pagan Witchcraft (Oxford: OUP, 1999) SRC_HUTTON_TRIUMPH | scholarly attestation | Hutton (1999) documents the Mahatmas as Blavatsky's claimed semi-divine teachers and notes that Mathers explicitly modelled the Golden Dawn's Secret Chiefs on them. |
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]);