Entity Functions
Data license: MIT · Data source: jebboone/deitydb
10 rows where function_name = "prophecy"
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_APOLLO,prophecy | Apollo ENT_APOLLO | prophecy | A | Promoted from v0.1 claim CLM_00219 (domain). | SRC_THEOI_GODS | candidate_extracted |
| ENT_CASSANDRA,prophecy | Cassandra ENT_CASSANDRA | prophecy | high | Cassandra is a prophetic figure. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_GLYCON,prophecy | Glycon ENT_GLYCON | prophecy | B | Extracted from entities.primary_domains. | SRC_THEOI_GODS | candidate_extracted |
| ENT_MANTO,prophecy | Manto ENT_MANTO | prophecy | medium | Manto is a prophetic heroine. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_NEREUS,prophecy | Nereus ENT_NEREUS | prophecy | B | Promoted from v0.1 claim CLM_00669 (domain). | SRC_THEOI_SEA | candidate_extracted |
| ENT_PHOEBE,prophecy | Phoebe ENT_PHOEBE | prophecy | B | Promoted from v0.1 claim CLM_00122 (domain). | SRC_THEOI_GODS | candidate_extracted |
| ENT_PHOEBE_AT_DELPHI,prophecy | Phoebe at Delphi ENT_PHOEBE_AT_DELPHI | prophecy | B | Promoted from v0.1 claim CLM_01299 (domain). | SRC_THEOI_GODS | candidate_extracted |
| ENT_PROTEUS,prophecy | Proteus ENT_PROTEUS | prophecy | B | Promoted from v0.1 claim CLM_00686 (domain). | SRC_THEOI_SEA | candidate_extracted |
| ENT_SIBYL,prophecy | Sibyl ENT_SIBYL | prophecy | high | Sibyls are prophetic figures associated with inspired speech. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_TIRESIAS,prophecy | Tiresias ENT_TIRESIAS | prophecy | high | Tiresias is one of the major Greek seers. | 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]);