✦ 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

0 rows where entity_id = "ENT_MES_LULAL"

✎ View and edit SQL

This data as json

0 records

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 165.703ms · Data license: MIT · Data source: jebboone/deitydb