Entity Functions
Data license: MIT · Data source: jebboone/deitydb
7 rows where entity_id = "ENT_ATHENA"
This data as json, CSV (advanced)
Suggested facets: confidence, rationale, review_status
| Link | entity_id | function_name | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_ATHENA,city protection | Athena ENT_ATHENA | city protection | high | Athena Polias protects the city. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_ATHENA,craft | Athena ENT_ATHENA | craft | high | Athena Ergane is Athena as patron of crafts and skilled work. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_ATHENA,strategy | Athena ENT_ATHENA | strategy | high | Athena is associated with strategic war and martial wisdom. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_ATHENA,victory | Athena ENT_ATHENA | victory | high | Athena Nike is Athena as victory. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_ATHENA,warcraft | Athena ENT_ATHENA | warcraft | B | Extracted from entities.primary_domains. | SRC_THEOI_GODS | candidate_extracted |
| ENT_ATHENA,weaving | Athena ENT_ATHENA | weaving | high | Athena Ergane is associated with craft and weaving. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_ATHENA,wisdom | Athena ENT_ATHENA | wisdom | B | Extracted from entities.primary_domains. | SRC_THEOI_GODS | 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]);