Cult Regions
Data license: MIT · Data source: jebboone/deitydb
2 rows where entity_id = "ENT_GLYCON"
This data as json, CSV (advanced)
| Link | entity_id | region | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_GLYCON,Abonoteichus/Ionopolis | Glycon ENT_GLYCON | Abonoteichus/Ionopolis | B | Promoted from v0.1 places table: cult center. | SRC_THEOI_GODS | seed_pending |
| ENT_GLYCON,Greek | Glycon ENT_GLYCON | Greek | medium | Seed broad tradition/region from entities.tradition. | SRC_THEOI_GODS | candidate_extracted |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_regions" (
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[region] TEXT REFERENCES [regions]([region]),
[confidence] TEXT,
[rationale] TEXT,
[source_id] TEXT,
[review_status] TEXT,
PRIMARY KEY ([entity_id], [region])
);
CREATE INDEX [idx_entity_regions_region]
ON [entity_regions] ([region]);
CREATE INDEX [idx_entity_regions_entity_id]
ON [entity_regions] ([entity_id]);