Entity Functions
Data license: MIT · Data source: jebboone/deitydb
13 rows where function_name = "oracle"
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_AMPHIARAUS,oracle | Amphiaraus ENT_AMPHIARAUS | oracle | A | Promoted from v0.1 claim CLM_00440 (domain). | SRC_THEOI_DEIFIED | candidate_extracted |
| ENT_APOLLO,oracle | Apollo ENT_APOLLO | oracle | A | Promoted from v0.1 claim CLM_00224 (tag). | SRC_THEOI_GODS | candidate_extracted |
| ENT_DIONE,oracle | Dione ENT_DIONE | oracle | B | Promoted from v0.1 claim CLM_00178 (tag). | SRC_THEOI_GODS | candidate_extracted |
| ENT_GAIA,oracle | Gaia ENT_GAIA | oracle | medium | Gaia appears in traditions of earlier Delphic or chthonic oracle ownership. | SRC_THEOI_GODS | needs_review |
| ENT_GLYCON,oracle | Glycon ENT_GLYCON | oracle | B | Promoted from v0.1 claim CLM_00448 (tag). | SRC_THEOI_GODS | candidate_extracted |
| ENT_PHOEBE,oracle | Phoebe ENT_PHOEBE | oracle | B | Promoted from v0.1 claim CLM_00125 (tag). | SRC_THEOI_GODS | candidate_extracted |
| ENT_PHOEBE_AT_DELPHI,oracle | Phoebe at Delphi ENT_PHOEBE_AT_DELPHI | oracle | B | Promoted from v0.1 claim CLM_01300 (tag). | SRC_THEOI_GODS | candidate_extracted |
| ENT_PROTEUS,oracle | Proteus ENT_PROTEUS | oracle | B | Promoted from v0.1 claim CLM_00689 (tag). | SRC_THEOI_SEA | candidate_extracted |
| ENT_PYTHON,oracle | Python ENT_PYTHON | oracle | B | Promoted from v0.1 claim CLM_00451 (tag). | SRC_THEOI_UNDERWORLD | candidate_extracted |
| ENT_SYN_ZEUS_AMMON,oracle | Zeus Ammon ENT_SYN_ZEUS_AMMON | oracle | high | Zeus Ammon is associated with the Ammon oracle, especially Siwa. | SRC_WILKINSON_EGYPTIAN_GODS | candidate_verified_name |
| ENT_THEMIS,oracle | Themis ENT_THEMIS | oracle | medium | Themis appears in traditions of Delphic succession and divine order. | SRC_THEOI_GODS | needs_review |
| ENT_THEMIS_AT_DELPHI,oracle | Themis at Delphi ENT_THEMIS_AT_DELPHI | oracle | B | Extracted from entities.primary_domains. | SRC_THEOI_GODS | candidate_extracted |
| ENT_TROPHONIUS,oracle | Trophonius ENT_TROPHONIUS | oracle | A | Promoted from v0.1 claim CLM_00437 (tag). | 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]);