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

Epithets

27 cultic epithet links (e.g. Zeus Ammon, Apollo Smintheus, Aphrodite Urania).

Data license: MIT · Data source: jebboone/deitydb

0 rows where entity_id = "ENT_ALC_PRINCIPLES"

✎ View and edit SQL

This data as json

0 records

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