✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Entity Periods

Period assignments linking entities to the historical periods when they are attested. An entity may span multiple periods. All Greek entities are assigned; Egyptian tradition is fully covered; total coverage exceeds 70%.

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_SCIENTOLOGY"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_id

Link entity_id period_id confidence rationale source_id review_status
ENT_SCI_BODY_THETAN,PER_SCIENTOLOGY Body Thetans ENT_SCI_BODY_THETAN Scientology (Dianetics & the Church of Scientology) PER_SCIENTOLOGY high In the advanced (OT III) belief held by practicing Scientologists, body thetans are disembodied thetans (from the Xenu/Incident II account) clustered on the body, addressed in auditing; modeled neutrally as a sincerely-held esoteric belief. SRC_URBAN_SCIENTOLOGY reviewed
ENT_SCI_COSMOLOGY,PER_SCIENTOLOGY Scientology Cosmology ENT_SCI_COSMOLOGY Scientology (Dianetics & the Church of Scientology) PER_SCIENTOLOGY high Hub collective for the cosmological belief-entities of Scientology, a practiced modern new religion; the framework of thetans, body thetans, and the OT-level space-opera narratives held within the tradition. SRC_URBAN_SCIENTOLOGY reviewed
ENT_SCI_MARCAB,PER_SCIENTOLOGY Marcab Confederacy ENT_SCI_MARCAB Scientology (Dianetics & the Church of Scientology) PER_SCIENTOLOGY high In Scientology's auditing cosmology, the Marcab Confederacy is an ancient interstellar civilization recalled in past-life accounts; modeled neutrally as a belief-entity held within the tradition. SRC_LEWIS_SCIENTOLOGY reviewed
ENT_SCI_THETAN,PER_SCIENTOLOGY Thetan ENT_SCI_THETAN Scientology (Dianetics & the Church of Scientology) PER_SCIENTOLOGY high In Scientology belief, the thetan is the immortal spiritual being that each person fundamentally is, having lived through countless past lives; a core devotional/doctrinal concept central to auditing practice. SRC_URBAN_SCIENTOLOGY reviewed
ENT_SCI_XENU,PER_SCIENTOLOGY Xenu ENT_SCI_XENU Scientology (Dianetics & the Church of Scientology) PER_SCIENTOLOGY high In the OT III "Incident II" cosmogony taught within Scientology, Xenu is the galactic ruler said to have brought billions of thetans to Earth ~75 million years ago; modeled neutrally as a belief-entity of the tradition. SRC_URBAN_SCIENTOLOGY reviewed

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 1203.727ms · Data license: MIT · Data source: jebboone/deitydb