Entity Functions
Data license: MIT · Data source: jebboone/deitydb
6 rows where entity_id = "ENT_ARISTAEUS"
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,agriculture | Aristaeus ENT_ARISTAEUS | agriculture | A | Promoted from v0.1 claim CLM_01226 (tag). | SRC_THEOI_RUSTIC | candidate_extracted |
| ENT_ARISTAEUS,beekeeping | Aristaeus ENT_ARISTAEUS | beekeeping | high | Aristaeus is associated with beekeeping. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_ARISTAEUS,craft | Aristaeus ENT_ARISTAEUS | craft | A | Promoted from v0.1 claim CLM_01225 (tag). | SRC_THEOI_RUSTIC | candidate_extracted |
| ENT_ARISTAEUS,hero cult | Aristaeus ENT_ARISTAEUS | hero cult | medium | Aristaeus is a rustic god/deified mortal. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_ARISTAEUS,hunting | Aristaeus ENT_ARISTAEUS | hunting | A | Promoted from v0.1 claim CLM_01223 (domain). | SRC_THEOI_RUSTIC | candidate_extracted |
| ENT_ARISTAEUS,olive cultivation | Aristaeus ENT_ARISTAEUS | olive cultivation | medium | Aristaeus is associated with rural productive arts including olive cultivation. | 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]);