Epithets
Data license: MIT · Data source: jebboone/deitydb
1 row where epithet_id = "EP_GRK_ZEUS_XENIOS"
This data as json, CSV (advanced)
| Link | entity_id | epithet_id | confidence | source_id | notes |
|---|---|---|---|---|---|
| ENT_ZEUS,EP_GRK_ZEUS_XENIOS | Zeus ENT_ZEUS | EP_GRK_ZEUS_XENIOS | high | SRC_THEOI_GODS | Major cult epithet. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_epithets" (
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[epithet_id] TEXT REFERENCES [epithets]([epithet_id]),
[confidence] TEXT,
[source_id] TEXT,
[notes] TEXT,
PRIMARY KEY ([entity_id], [epithet_id])
);
CREATE INDEX [idx_entity_epithets_epithet_id]
ON [entity_epithets] ([epithet_id]);
CREATE INDEX [idx_entity_epithets_entity_id]
ON [entity_epithets] ([entity_id]);