✦ 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 entity_id = "ENT_EGY_SEKER"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id cult_center_id confidence rationale source_id review_status
ENT_EGY_SEKER,CC_EGY_MEMPHIS Seker ENT_EGY_SEKER Memphis CC_EGY_MEMPHIS A Memphite funerary deity. 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 8.863ms · Data license: MIT · Data source: jebboone/deitydb