✦ 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

1 row where epithet_id = "EP_GRK_APHRODITE_PANDEMOS"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id epithet_id confidence source_id notes
ENT_APHRODITE,EP_GRK_APHRODITE_PANDEMOS Aphrodite ENT_APHRODITE EP_GRK_APHRODITE_PANDEMOS high SRC_THEOI_GODS Civic Aphrodite.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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 9.188ms · Data license: MIT · Data source: jebboone/deitydb