✦ 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

10 rows where cult_center_id = "CC_EGY_HERMOPOLIS"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: confidence, rationale

Link entity_id cult_center_id confidence rationale source_id review_status
ENT_EGY_AMUNET,CC_EGY_HERMOPOLIS Amunet ENT_EGY_AMUNET Hermopolis Magna CC_EGY_HERMOPOLIS A Associated with Hermopolitan creation theology. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_HAUHET,CC_EGY_HERMOPOLIS Hauhet ENT_EGY_HAUHET Hermopolis Magna CC_EGY_HERMOPOLIS A Associated with Hermopolitan creation theology. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_HEH,CC_EGY_HERMOPOLIS Heh ENT_EGY_HEH Hermopolis Magna CC_EGY_HERMOPOLIS A Associated with Hermopolitan creation theology. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_KAUKET,CC_EGY_HERMOPOLIS Kauket ENT_EGY_KAUKET Hermopolis Magna CC_EGY_HERMOPOLIS A Associated with Hermopolitan creation theology. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_KEK,CC_EGY_HERMOPOLIS Kek ENT_EGY_KEK Hermopolis Magna CC_EGY_HERMOPOLIS A Associated with Hermopolitan creation theology. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_NAUNET,CC_EGY_HERMOPOLIS Naunet ENT_EGY_NAUNET Hermopolis Magna CC_EGY_HERMOPOLIS A Associated with Hermopolitan creation theology. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_NUN,CC_EGY_HERMOPOLIS Nun ENT_EGY_NUN Hermopolis Magna CC_EGY_HERMOPOLIS A Associated with Hermopolitan creation theology. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_TENEMU,CC_EGY_HERMOPOLIS Tenemu ENT_EGY_TENEMU Hermopolis Magna CC_EGY_HERMOPOLIS B Ogdoad variant associated with Hermopolitan theology. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_TENEMUT,CC_EGY_HERMOPOLIS Tenemut ENT_EGY_TENEMUT Hermopolis Magna CC_EGY_HERMOPOLIS B Ogdoad variant associated with Hermopolitan theology. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_THOTH,CC_EGY_HERMOPOLIS Thoth ENT_EGY_THOTH Hermopolis Magna CC_EGY_HERMOPOLIS A Primary cult center. SRC_WILKINSON_EGYPTIAN_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 9.461ms · Data license: MIT · Data source: jebboone/deitydb