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

Entity Periods

Period assignments linking entities to the historical periods when they are attested. An entity may span multiple periods. All Greek entities are assigned; Egyptian tradition is fully covered; total coverage exceeds 70%.

Data license: MIT · Data source: jebboone/deitydb

confidence
{'description': 'high / medium / low — certainty of the period assignment'}
rationale
{'description': 'Justification with source citations'}

8 rows where period_id = "PER_LYCIAN"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id period_id confidence rationale source_id review_status
ENT_LYC_ENI_MAHANAHI,PER_LYCIAN Eni Mahanahi ENT_LYC_ENI_MAHANAHI Lycian (Classical-Hellenistic Lycia) PER_LYCIAN high 'Mother of the Gods' (eni mahanahi), the chief Lycian mother-goddess named in inscriptions; identified with the Anatolian Mother (Cybele) and locally with Leto, patron goddess of the Letoon sanctuary. SRC_BRYCE_LYCIANS reviewed
ENT_LYC_KAKASBOS,PER_LYCIAN Kakasbos ENT_LYC_KAKASBOS Lycian (Classical-Hellenistic Lycia) PER_LYCIAN high Club-bearing rider-god of Lycia and Pisidia, attested on numerous Roman-era votive reliefs as a mounted figure wielding a club; assimilated to Heracles. SRC_BRYCE_LYCIANS reviewed
ENT_LYC_MALIYA,PER_LYCIAN Maliya (Lycian) ENT_LYC_MALIYA Lycian (Classical-Hellenistic Lycia) PER_LYCIAN high Lycian goddess attested in inscriptions, often associated with Athena in interpretatio. HOMONYM: distinct local reflex of the existing Luwian Maliya (ENT_LUW_MALIYA), the broader Anatolian Maliya tradition. SRC_BRYCE_LYCIANS reviewed
ENT_LYC_NATRI,PER_LYCIAN Natri ENT_LYC_NATRI Lycian (Classical-Hellenistic Lycia) PER_LYCIAN high Lycian god equated with Apollo in the Greek/Lycian bilinguals; principal solar/oracular deity of Lycia, attested in coin legends and inscriptions. SRC_BRYCE_LYCIANS reviewed
ENT_LYC_PANTHEON,PER_LYCIAN Lycian Pantheon ENT_LYC_PANTHEON Lycian (Classical-Hellenistic Lycia) PER_LYCIAN high Hub collective for the gods of the Lycians (SW Anatolia), attested in Lycian-language inscriptions and Greek/Latin sources; many figures are Luwian-derived and known largely through interpretatio Graeca. SRC_BRYCE_LYCIANS reviewed
ENT_LYC_SOZON,PER_LYCIAN Sozon ENT_LYC_SOZON Lycian (Classical-Hellenistic Lycia) PER_LYCIAN high Anatolian rider/savior god ('the Saviour') venerated in Lycia, Pisidia and Phrygia on votive reliefs; closely related to the Kakasbos rider-god type and assimilated to Apollo/Helios in some dedications. SRC_BRYCE_LYCIANS reviewed
ENT_LYC_TRQQAS,PER_LYCIAN Trqqas ENT_LYC_TRQQAS Lycian (Classical-Hellenistic Lycia) PER_LYCIAN high Lycian storm/weather-god, the local continuation of Luwian/Anatolian Tarhunt (Tarhunz/Tarhunna); name attested in Lycian inscriptions, sometimes rendered Trqqñt. SRC_BRYCE_LYCIANS reviewed
ENT_LYC_TWELVE_GODS,PER_LYCIAN Lycian Twelve Gods (Dodeka Theoi) ENT_LYC_TWELVE_GODS Lycian (Classical-Hellenistic Lycia) PER_LYCIAN high The 'Twelve Gods' worshipped as a collective in Lycia and Pisidia, frequently depicted as twelve figures and invoked together in dedications and reliefs; a distinctively Anatolian grouping. SRC_BRYCE_LYCIANS reviewed

Advanced export

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

CSV options:

CREATE TABLE "entity_periods" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [period_id] TEXT REFERENCES [periods]([period_id]),
   [confidence] TEXT,
   [rationale] TEXT,
   [source_id] TEXT,
   [review_status] TEXT,
   PRIMARY KEY ([entity_id], [period_id])
);
CREATE INDEX [idx_entity_periods_period_id]
    ON [entity_periods] ([period_id]);
CREATE INDEX [idx_entity_periods_entity_id]
    ON [entity_periods] ([entity_id]);
Powered by Datasette · Queries took 15.087ms · Data license: MIT · Data source: jebboone/deitydb