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'}
8 rows where period_id = "PER_UFO_RELIGION"
This data as json, CSV (advanced)
Suggested facets: source_id
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_UFO_ASHTAR,PER_UFO_RELIGION | Ashtar (Ashtar Galactic Command) ENT_UFO_ASHTAR | UFO Religions / Contactee & Channeling Era PER_UFO_RELIGION | high | The extraterrestrial commander first channeled by George Van Tassel (1952) and central to the ongoing Ashtar channeling current; head of the Ashtar Galactic Command. Held to exist and actively channeled within the milieu. NOTE homonym: unrelated to the Moabite Ashtar-Kemosh (ENT_MOA_ASHTAR_KEMOSH). | SRC_PARTRIDGE_UFO_RELIGIONS | reviewed |
| ENT_UFO_COUNCIL_NINE,PER_UFO_RELIGION | The Council of Nine ("the Nine" / "Tom") ENT_UFO_COUNCIL_NINE | UFO Religions / Contactee & Channeling Era PER_UFO_RELIGION | high | Nine cosmic beings (spokesman 'Tom') channeled through the Andrija Puharich circle from the 1950s onward; influential across the channeling milieu and sincerely received as higher intelligences. Modeled neutrally as beliefs held within the tradition. | SRC_PARTRIDGE_UFO_RELIGIONS | reviewed |
| ENT_UFO_ELOHIM,PER_UFO_RELIGION | The Raelian Elohim ENT_UFO_ELOHIM | UFO Religions / Contactee & Channeling Era PER_UFO_RELIGION | high | The extraterrestrial creators of the active Raelian movement, held to have engineered humanity in their laboratories; 'Elohim' read as 'those who came from the sky.' Core sincerely-held belief of practicing Raelians. NOTE homonym: distinct from Hebrew/Jewish/LDS Elohim (ENT_ISR_BENE_ELOHIM / ENT_JM_ELOHIM_RANK / ENT_LDS_ELOHIM). | SRC_PARTRIDGE_UFO_RELIGIONS | reviewed |
| ENT_UFO_NEXT_LEVEL,PER_UFO_RELIGION | The Next Level (Heaven's Gate) ENT_UFO_NEXT_LEVEL | UFO Religions / Contactee & Channeling Era PER_UFO_RELIGION | high | Heaven's Gate's term for 'The Evolutionary Level Above Human,' the extraterrestrial kingdom to which members believed they would graduate; sincerely lived belief of the Heaven's Gate community. | SRC_LEWIS_GODS_LANDED | reviewed |
| ENT_UFO_PANTHEON,PER_UFO_RELIGION | The Powers of the UFO Religions (collective) ENT_UFO_PANTHEON | UFO Religions / Contactee & Channeling Era PER_UFO_RELIGION | high | Hub collective grouping the benevolent extraterrestrial powers venerated or believed-in across practiced UFO religions (Raelism, Heaven's Gate, the contactee/channeling milieu). Modeled neutrally as the beings sincerely held to exist within these traditions. | SRC_PARTRIDGE_UFO_RELIGIONS | reviewed |
| ENT_UFO_SANANDA,PER_UFO_RELIGION | Sananda ENT_UFO_SANANDA | UFO Religions / Contactee & Channeling Era PER_UFO_RELIGION | high | The channeled 'cosmic Jesus' of the Ashtar/I AM-adjacent channeling current, presented as the higher self/galactic identity of Jesus; sincerely received and channeled within the milieu. | SRC_PARTRIDGE_UFO_RELIGIONS | reviewed |
| ENT_UFO_SPACE_BROTHERS,PER_UFO_RELIGION | The Space Brothers ENT_UFO_SPACE_BROTHERS | UFO Religions / Contactee & Channeling Era PER_UFO_RELIGION | high | The benevolent, spiritually advanced extraterrestrials of the 1950s contactee movement (Adamski, Van Tassel, etc.); believed by contactees and channelers to deliver messages of peace and warning. Sincerely held within the contactee/channeling milieu. | SRC_LEWIS_GODS_LANDED | reviewed |
| ENT_UFO_TI_DO,PER_UFO_RELIGION | Ti and Do (Bonnie Nettles & Marshall Applewhite) ENT_UFO_TI_DO | UFO Religions / Contactee & Channeling Era PER_UFO_RELIGION | high | Co-founders of Heaven's Gate, believed by members to be incarnated representatives of the Next Level (Do also identified with the returned Jesus-soul). Sincerely venerated as guides by the community. Modeled neutrally. | SRC_LEWIS_GODS_LANDED | 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]);