Cult Centers
Data license: MIT · Data source: jebboone/deitydb
1 row where cult_center_id = "CC_SYN_MITHRAEA_ROME"
This data as json, CSV (advanced)
| Link | entity_id | cult_center_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_SYN_MITHRAS,CC_SYN_MITHRAEA_ROME | Mithras ENT_SYN_MITHRAS | Mithraea of Rome CC_SYN_MITHRAEA_ROME | B | Representative Roman Mithraic cult setting; many mithraea existed across the empire. | SRC_WILKINSON_EGYPTIAN_GODS | needs_review |
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]);