Entity Periods
Data license: MIT · Data source: jebboone/deitydb
- confidence
- {'description': 'high / medium / low — certainty of the period assignment'}
- rationale
- {'description': 'Justification with source citations'}
5 rows where period_id = "PER_IAM"
This data as json, CSV (advanced)
Suggested facets: source_id
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_IAM_GREAT_WHITE_BROTHERHOOD,PER_IAM | The Great White Brotherhood ENT_IAM_GREAT_WHITE_BROTHERHOOD | I AM Activity & Ascended-Master New Religions PER_IAM | high | Named collective of the Ascended Masters as taught and devotionally invoked in the I AM Activity (Ballard) and Church Universal and Triumphant (the Prophets); 'White' denotes the aura/light, not race. Hub entity for the I AM/CUT layer. | SRC_MELTON_AMERICAN_RELIGIONS | reviewed |
| ENT_IAM_MIGHTY_I_AM_PRESENCE,PER_IAM | The Mighty I AM Presence ENT_IAM_MIGHTY_I_AM_PRESENCE | I AM Activity & Ascended-Master New Religions PER_IAM | high | The individualized God-presence above each person, central object of decree and devotion in the I AM Activity and CUT (the upper figure of the 'Chart of Your Divine Self'). | SRC_PROPHET_SAINT_GERMAIN_ALCHEMY | reviewed |
| ENT_IAM_NADA,PER_IAM | Lady Master Nada ENT_IAM_NADA | I AM Activity & Ascended-Master New Religions PER_IAM | high | Ascended Lady Master and Chohan of the sixth ray invoked in CUT devotion; one of the Ascended Lady Masters of the I AM/CUT hierarchy. Distinct from the Israelite figure Nadab (ENT_ISR_NADAB). | SRC_PROPHET_SAINT_GERMAIN_ALCHEMY | reviewed |
| ENT_IAM_SAINT_GERMAIN_HIERARCH,PER_IAM | Saint Germain, Hierarch of the Aquarian Age ENT_IAM_SAINT_GERMAIN_HIERARCH | I AM Activity & Ascended-Master New Religions PER_IAM | high | Reception within the I AM Activity and CUT of the existing Master Saint Germain as the Chohan of the seventh ray and sponsoring hierarch of the Aquarian age; devotionally invoked, distinct cult-form of the Theosophical Saint Germain (ENT_THE_SAINT_GERMAIN). | SRC_MELTON_AMERICAN_RELIGIONS | reviewed |
| ENT_IAM_VIOLET_FLAME,PER_IAM | The Violet Flame ENT_IAM_VIOLET_FLAME | I AM Activity & Ascended-Master New Religions PER_IAM | high | The seventh-ray transmuting flame invoked through decrees in the I AM Activity and CUT; associated with Saint Germain and used ritually for transmutation of karma. | SRC_PROPHET_SAINT_GERMAIN_ALCHEMY | reviewed |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_periods" (
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[period_id] TEXT REFERENCES [periods]([period_id]),
[confidence] TEXT,
[rationale] TEXT,
[source_id] TEXT,
[review_status] TEXT,
PRIMARY KEY ([entity_id], [period_id])
);
CREATE INDEX [idx_entity_periods_period_id]
ON [entity_periods] ([period_id]);
CREATE INDEX [idx_entity_periods_entity_id]
ON [entity_periods] ([entity_id]);