Cult Centers
Data license: MIT · Data source: jebboone/deitydb
1 row where cult_center_id = "CC_GRK_LEBADEIA"
This data as json, CSV (advanced)
| Link | entity_id | cult_center_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_TROPHONIUS,CC_GRK_LEBADEIA | Trophonius ENT_TROPHONIUS | Lebadeia CC_GRK_LEBADEIA | A | Trophonius was associated with the cave oracle at Lebadeia. | SRC_THEOI_GODS | candidate_verified_name |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);