✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Entity Functions

664 functional domain assignments linking entities to their attested divine functions (war, healing, wisdom, agriculture, death, fate, writing, etc.). Supplements the primary_domains column on the entity record itself.

Data license: MIT · Data source: jebboone/deitydb

17 rows where function_name = "underworld"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: confidence, rationale, source_id, review_status

Link entity_id function_name confidence rationale source_id review_status
ENT_ACHERON,underworld Acheron ENT_ACHERON underworld high Acheron is an underworld river. SRC_THEOI_GODS candidate_verified_name
ENT_AEACUS,underworld Aeacus ENT_AEACUS underworld B Promoted from v0.1 claim CLM_00412 (tag). SRC_THEOI_UNDERWORLD candidate_extracted
ENT_COCYTUS,underworld Cocytus ENT_COCYTUS underworld high Cocytus is an underworld river. SRC_THEOI_GODS candidate_verified_name
ENT_EREBUS,underworld Erebus ENT_EREBUS underworld medium Erebus is primordial darkness and underworld gloom. SRC_THEOI_GODS candidate_verified_name
ENT_GORGYRA,underworld Gorgyra ENT_GORGYRA underworld B Promoted from v0.1 claim CLM_01139 (domain). SRC_THEOI_NYMPHS candidate_extracted
ENT_HADES,underworld Hades ENT_HADES underworld B Extracted from entities.primary_domains. SRC_THEOI_GODS candidate_extracted
ENT_HADES_KLYMENOS,underworld Hades Klymenos ENT_HADES_KLYMENOS underworld B Promoted from v0.1 claim CLM_00430 (domain). SRC_THEOI_UNDERWORLD candidate_extracted
ENT_KORE,underworld Kore ENT_KORE underworld high Kore/Persephone is tied to descent and return from the underworld. SRC_THEOI_GODS candidate_verified_name
ENT_LAMPADES,underworld Lampades ENT_LAMPADES underworld C Promoted from v0.1 claim CLM_01131 (domain). SRC_THEOI_NYMPHS candidate_extracted
ENT_MACARIA,underworld Macaria ENT_MACARIA underworld B Promoted from v0.1 claim CLM_00393 (tag). SRC_THEOI_UNDERWORLD candidate_extracted
ENT_MINOS,underworld Minos ENT_MINOS underworld B Promoted from v0.1 claim CLM_00415 (tag). SRC_THEOI_UNDERWORLD candidate_extracted
ENT_ORPHNE,underworld Orphne ENT_ORPHNE underworld B Extracted from entities.primary_domains. SRC_THEOI_GODS candidate_extracted
ENT_PERSEPHONE,underworld Persephone ENT_PERSEPHONE underworld B Extracted from entities.primary_domains. SRC_THEOI_GODS candidate_extracted
ENT_PHLEGETHON,underworld Phlegethon ENT_PHLEGETHON underworld B Extracted from entities.primary_domains. SRC_THEOI_GODS candidate_extracted
ENT_PLOUTON,underworld Plouton ENT_PLOUTON underworld high Plouton is an underworld/wealth form of Hades. SRC_THEOI_GODS candidate_verified_name
ENT_RHADAMANTHYS,underworld Rhadamanthys ENT_RHADAMANTHYS underworld B Promoted from v0.1 claim CLM_00418 (tag). SRC_THEOI_UNDERWORLD candidate_extracted
ENT_TARTARUS,underworld Tartarus ENT_TARTARUS underworld B Promoted from v0.1 claim CLM_00018 (tag). SRC_THEOI_GODS candidate_extracted

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 10.282ms · Data license: MIT · Data source: jebboone/deitydb