Entity Functions
Data license: MIT · Data source: jebboone/deitydb
12 rows where function_name = "apotheosis"
This data as json, CSV (advanced)
Suggested facets: confidence, source_id, review_status
| Link | entity_id | function_name | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_ARIADNE,apotheosis | Ariadne ENT_ARIADNE | apotheosis | A | Promoted from v0.1 claim CLM_01238 (tag). | SRC_THEOI_DEIFIED | candidate_extracted |
| ENT_ASCLEPIUS,apotheosis | Asclepius ENT_ASCLEPIUS | apotheosis | A | Promoted from v0.1 claim CLM_00275 (tag). | SRC_THEOI_DEIFIED | candidate_extracted |
| ENT_DIOSCURI,apotheosis | Dioscuri ENT_DIOSCURI | apotheosis | A | Promoted from v0.1 claim CLM_00335 (tag). | SRC_THEOI_DEIFIED | candidate_extracted |
| ENT_GANYMEDE,apotheosis | Ganymede ENT_GANYMEDE | apotheosis | B | Promoted from v0.1 claim CLM_01245 (tag). | SRC_THEOI_DEIFIED | candidate_extracted |
| ENT_GLAUCUS,apotheosis | Glaucus ENT_GLAUCUS | apotheosis | B | Promoted from v0.1 claim CLM_00693 (tag). | SRC_THEOI_SEA | candidate_extracted |
| ENT_HERACLES,apotheosis | Heracles ENT_HERACLES | apotheosis | high | Heracles is a paradigmatic deified hero. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_HERMAPHRODITUS,apotheosis | Hermaphroditus ENT_HERMAPHRODITUS | apotheosis | B | Promoted from v0.1 claim CLM_01234 (tag). | SRC_THEOI_DEIFIED | candidate_extracted |
| ENT_INO_LEUCOTHEA,apotheosis | Ino-Leucothea ENT_INO_LEUCOTHEA | apotheosis | A | Promoted from v0.1 claim CLM_01251 (tag). | SRC_THEOI_DEIFIED | candidate_extracted |
| ENT_LEUCOTHEA,apotheosis | Leucothea ENT_LEUCOTHEA | apotheosis | B | Promoted from v0.1 claim CLM_00700 (tag). | SRC_THEOI_SEA | candidate_extracted |
| ENT_MELICERTES_PALAEMON,apotheosis | Melicertes-Palaemon ENT_MELICERTES_PALAEMON | apotheosis | A | Promoted from v0.1 claim CLM_01255 (tag). | SRC_THEOI_DEIFIED | candidate_extracted |
| ENT_PALAEMON,apotheosis | Palaemon ENT_PALAEMON | apotheosis | B | Promoted from v0.1 claim CLM_00696 (tag). | SRC_THEOI_SEA | candidate_extracted |
| ENT_PSYCHE,apotheosis | Psyche ENT_PSYCHE | apotheosis | B | Promoted from v0.1 claim CLM_01241 (domain). | SRC_THEOI_DEIFIED | candidate_extracted |
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]);