✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Cult Regions

429 links between entities and the geographic regions where they were worshipped or attested.

Data license: MIT · Data source: jebboone/deitydb

0 rows where entity_id = "ENT_OPH_SERPENT"

✎ View and edit SQL

This data as json

0 records

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]);
Powered by Datasette · Queries took 1202.167ms · Data license: MIT · Data source: jebboone/deitydb