Entity Functions
Data license: MIT · Data source: jebboone/deitydb
4 rows where function_name = "craft"
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_ARISTAEUS,craft | Aristaeus ENT_ARISTAEUS | craft | A | Promoted from v0.1 claim CLM_01225 (tag). | SRC_THEOI_RUSTIC | candidate_extracted |
| 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_DAEDALUS,craft | Daedalus ENT_DAEDALUS | craft | high | Daedalus is a mythic master craftsman. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_HEPHAESTUS,craft | Hephaestus ENT_HEPHAESTUS | craft | A | Promoted from v0.1 claim CLM_00241 (tag). | 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]);