Entity Functions
Data license: MIT · Data source: jebboone/deitydb
9 rows where function_name = "hero cult"
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
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]);