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

Cult Centers

63 links between entities and their principal cult sites (e.g. Apollo at Delphi, Amun at Karnak, Athena on the Acropolis, Marduk at Babylon).

Data license: MIT · Data source: jebboone/deitydb

8 rows where cult_center_id = "CC_GRK_ELEUSIS"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: confidence, review_status

Link entity_id cult_center_id confidence rationale source_id review_status
ENT_DEMETER,CC_GRK_ELEUSIS Demeter ENT_DEMETER Eleusis CC_GRK_ELEUSIS A Eleusis was the central sanctuary of the Eleusinian Mysteries. SRC_THEOI_GODS candidate_verified_name
ENT_EUBOULEUS,CC_GRK_ELEUSIS Eubouleus ENT_EUBOULEUS Eleusis CC_GRK_ELEUSIS A Eleusinian figure associated with mystery tradition. SRC_THEOI_GODS candidate_verified_name
ENT_HADES,CC_GRK_ELEUSIS Hades ENT_HADES Eleusis CC_GRK_ELEUSIS B Underworld partner of Persephone; related to Eleusinian mythic complex. SRC_THEOI_GODS needs_review
ENT_IACCHUS,CC_GRK_ELEUSIS Iacchus ENT_IACCHUS Eleusis CC_GRK_ELEUSIS A Eleusinian procession/mystery figure. SRC_THEOI_GODS candidate_verified_name
ENT_KORE,CC_GRK_ELEUSIS Kore ENT_KORE Eleusis CC_GRK_ELEUSIS A Eleusinian maiden form/title of Persephone. SRC_THEOI_GODS candidate_verified_name
ENT_PERSEPHONE,CC_GRK_ELEUSIS Persephone ENT_PERSEPHONE Eleusis CC_GRK_ELEUSIS A Central deity of the Eleusinian Mysteries. SRC_THEOI_GODS candidate_verified_name
ENT_PLOUTON,CC_GRK_ELEUSIS Plouton ENT_PLOUTON Eleusis CC_GRK_ELEUSIS B Wealth/underworld form connected to Eleusinian and chthonic fertility themes. SRC_THEOI_GODS needs_review
ENT_TRIPTOLEMUS,CC_GRK_ELEUSIS Triptolemus ENT_TRIPTOLEMUS Eleusis CC_GRK_ELEUSIS A Eleusinian agricultural hero. SRC_THEOI_GODS candidate_verified_name

Advanced export

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

CSV options:

CREATE TABLE "entity_cult_centers" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [cult_center_id] TEXT REFERENCES [cult_centers]([cult_center_id]),
   [confidence] TEXT,
   [rationale] TEXT,
   [source_id] TEXT,
   [review_status] TEXT,
   PRIMARY KEY ([entity_id], [cult_center_id])
);
CREATE INDEX [idx_entity_cult_centers_cult_center_id]
    ON [entity_cult_centers] ([cult_center_id]);
CREATE INDEX [idx_entity_cult_centers_entity_id]
    ON [entity_cult_centers] ([entity_id]);
Powered by Datasette · Queries took 10.251ms · Data license: MIT · Data source: jebboone/deitydb