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

Entity Functions

664 functional domain assignments linking entities to their attested divine functions (war, healing, wisdom, agriculture, death, fate, writing, etc.). Supplements the primary_domains column on the entity record itself.

Data license: MIT · Data source: jebboone/deitydb

9 rows where function_name = "hero cult"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: confidence, review_status

Link entity_id function_name confidence rationale source_id review_status
ENT_ACHILLES,hero cult Achilles ENT_ACHILLES hero cult high Achilles received hero-cult traditions. SRC_THEOI_GODS candidate_verified_name
ENT_ARISTAEUS,hero cult Aristaeus ENT_ARISTAEUS hero cult medium Aristaeus is a rustic god/deified mortal. SRC_THEOI_GODS candidate_verified_name
ENT_CASTOR,hero cult Castor ENT_CASTOR hero cult medium Castor is one of the Dioscuri. SRC_THEOI_GODS candidate_verified_name
ENT_DIOSCURI,hero cult Dioscuri ENT_DIOSCURI hero cult high Dioscuri are hero-gods with cult. SRC_THEOI_GODS candidate_verified_name
ENT_HELEN,hero cult Helen ENT_HELEN hero cult medium Helen had cultic/heroic traditions in some Greek contexts. SRC_THEOI_GODS needs_review
ENT_HERACLES,hero cult Heracles ENT_HERACLES hero cult high Heracles is one of the major Greek hero-cult figures. SRC_THEOI_GODS candidate_verified_name
ENT_PERSEUS,hero cult Perseus ENT_PERSEUS hero cult high Perseus is a major Greek heroic figure. SRC_THEOI_GODS candidate_verified_name
ENT_POLYDEUCES,hero cult Polydeuces ENT_POLYDEUCES hero cult medium Polydeuces is one of the Dioscuri. SRC_THEOI_GODS candidate_verified_name
ENT_THESEUS,hero cult Theseus ENT_THESEUS hero cult high Theseus was central to Athenian heroic identity. SRC_THEOI_GODS candidate_verified_name

Advanced export

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

CSV options:

CREATE TABLE "entity_functions" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [function_name] TEXT REFERENCES [functions]([function_name]),
   [confidence] TEXT,
   [rationale] TEXT,
   [source_id] TEXT,
   [review_status] TEXT,
   PRIMARY KEY ([entity_id], [function_name])
);
CREATE INDEX [idx_entity_functions_function_name]
    ON [entity_functions] ([function_name]);
CREATE INDEX [idx_entity_functions_entity_id]
    ON [entity_functions] ([entity_id]);
Powered by Datasette · Queries took 10.603ms · Data license: MIT · Data source: jebboone/deitydb