✦ 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

1 row where cult_center_id = "CC_EGY_BUBASTIS"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id cult_center_id confidence rationale source_id review_status
ENT_EGY_BASTET,CC_EGY_BUBASTIS Bastet ENT_EGY_BASTET Bubastis CC_EGY_BUBASTIS 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 10.574ms · Data license: MIT · Data source: jebboone/deitydb