✦ 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'}

12 rows where period_id = "PER_ETR_ARCHAIC"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: confidence, source_id

Link entity_id period_id confidence rationale source_id review_status
ENT_ETR_CHARUN,PER_ETR_ARCHAIC Charun ENT_ETR_CHARUN Archaic Etruscan PER_ETR_ARCHAIC high Earliest Charun depictions in Archaic tomb paintings (Tomba degli Auguri, Tarquinia c. -530) SRC_DEGRUMMOND_ETRUSCAN reviewed
ENT_ETR_FUFLUNS,PER_ETR_ARCHAIC Fufluns ENT_ETR_FUFLUNS Archaic Etruscan PER_ETR_ARCHAIC high Dionysiac reception in Etruria documented from 6th c. BCE (Archaic) SRC_DEGRUMMOND_ETRUSCAN reviewed
ENT_ETR_LASA,PER_ETR_ARCHAIC Lasa ENT_ETR_LASA Archaic Etruscan PER_ETR_ARCHAIC medium Lasa spirits attested primarily Classical/late period; Archaic basis probable SRC_DEGRUMMOND_ETRUSCAN reviewed
ENT_ETR_MENRVA,PER_ETR_ARCHAIC Menrva ENT_ETR_MENRVA Archaic Etruscan PER_ETR_ARCHAIC high Menrva attested in Archaic period votive dedications; Capitoline triad Archaic formation SRC_DEGRUMMOND_ETRUSCAN reviewed
ENT_ETR_NETHUNS,PER_ETR_ARCHAIC Nethuns ENT_ETR_NETHUNS Archaic Etruscan PER_ETR_ARCHAIC high Neptune/Nethuns borrowing into Latin attests an Archaic Etruscan water deity SRC_DEGRUMMOND_ETRUSCAN reviewed
ENT_ETR_THESAN,PER_ETR_ARCHAIC Thesan ENT_ETR_THESAN Archaic Etruscan PER_ETR_ARCHAIC high Dawn abduction scenes attested on Archaic Etruscan mirrors SRC_DEGRUMMOND_ETRUSCAN reviewed
ENT_ETR_TINIA,PER_ETR_ARCHAIC Tinia ENT_ETR_TINIA Archaic Etruscan PER_ETR_ARCHAIC high Supreme deity attested from earliest Etruscan sacred art; thunderbolt iconography Archaic period SRC_PIACENZA_LIVER reviewed
ENT_ETR_TUCHULCHA,PER_ETR_ARCHAIC Tuchulcha ENT_ETR_TUCHULCHA Archaic Etruscan PER_ETR_ARCHAIC low Tuchulcha first clearly attested in 4th c. BCE Tomba dell'Orco; Archaic antecedent assumed SRC_DEGRUMMOND_ETRUSCAN reviewed
ENT_ETR_TURAN,PER_ETR_ARCHAIC Turan ENT_ETR_TURAN Archaic Etruscan PER_ETR_ARCHAIC high Turan attested in Archaic mirror engravings and votive deposits SRC_DEGRUMMOND_ETRUSCAN reviewed
ENT_ETR_UNI,PER_ETR_ARCHAIC Uni ENT_ETR_UNI Archaic Etruscan PER_ETR_ARCHAIC high Named in Pyrgi gold tablets (c. -500); major temple at Pyrgi Archaic period SRC_PYRGI_TABLETS reviewed
ENT_ETR_USIL,PER_ETR_ARCHAIC Usil ENT_ETR_USIL Archaic Etruscan PER_ETR_ARCHAIC high Solar deity in Archaic Etruscan cosmology; chariot procession imagery Archaic SRC_DEGRUMMOND_ETRUSCAN reviewed
ENT_ETR_VOLTUMNA,PER_ETR_ARCHAIC Voltumna ENT_ETR_VOLTUMNA Archaic Etruscan PER_ETR_ARCHAIC medium Fanum Voltumnae existed from early Etruscan League formation; Archaic origin probable SRC_DEGRUMMOND_ETRUSCAN 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 9.507ms · Data license: MIT · Data source: jebboone/deitydb