Entity Functions
Data license: MIT · Data source: jebboone/deitydb
6 rows where function_name = "mystery cult"
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_CABEIRI,mystery cult | Cabeiri ENT_CABEIRI | mystery cult | high | Mystery-god collective. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_DEMETER,mystery cult | Demeter ENT_DEMETER | mystery cult | B | Extracted from entities.primary_domains. | SRC_THEOI_GODS | candidate_extracted |
| ENT_DESPOINA,mystery cult | Despoina ENT_DESPOINA | mystery cult | B | Promoted from v0.1 claim CLM_00406 (domain). | SRC_THEOI_UNDERWORLD | candidate_extracted |
| ENT_EUBOULEUS,mystery cult | Eubouleus ENT_EUBOULEUS | mystery cult | medium | Eleusinian mystery figure. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_GREAT_GODS_SAMOTHRACE,mystery cult | Great Gods of Samothrace ENT_GREAT_GODS_SAMOTHRACE | mystery cult | high | Samothracian mystery powers. | SRC_THEOI_GODS | candidate_verified_name |
| ENT_SYN_MITHRAS,mystery cult | Mithras ENT_SYN_MITHRAS | mystery cult | high | Mithras is the central deity of Roman Mithraic mysteries. | SRC_WILKINSON_EGYPTIAN_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]);