Entity Periods
Data license: MIT · Data source: jebboone/deitydb
- confidence
- {'description': 'high / medium / low — certainty of the period assignment'}
- rationale
- {'description': 'Justification with source citations'}
6 rows where period_id = "PER_VENETIC"
This data as json, CSV (advanced)
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_VEN_ATEGNATIS,PER_VENETIC | Ategnatis ENT_VEN_ATEGNATIS | Pre-Roman Venetic Period PER_VENETIC | high | Minor Venetic divine name ('Ate-' / Ategnatis) recorded in votive inscriptions; function uncertain. HOMONYM CAUTION: unrelated to the Greek goddess Ate (ENT_ATE). | SRC_PROSDOCIMI_VENETIC | reviewed |
| ENT_VEN_PANTHEON,PER_VENETIC | Venetic Pantheon ENT_VEN_PANTHEON | Pre-Roman Venetic Period PER_VENETIC | high | Collective hub for the deities of the pre-Roman Veneti, attested through votive inscriptions at the sanctuaries of Este (Baratella) and Lagole di Calalzo. | SRC_PROSDOCIMI_VENETIC | reviewed |
| ENT_VEN_PORA,PER_VENETIC | Pora ENT_VEN_PORA | Pre-Roman Venetic Period PER_VENETIC | high | Minor Venetic divine name appearing in votive epigraphy; goddess of uncertain function within the Venetic sanctuary cults. | SRC_PROSDOCIMI_VENETIC | reviewed |
| ENT_VEN_REITIA,PER_VENETIC | Reitia ENT_VEN_REITIA | Pre-Roman Venetic Period PER_VENETIC | high | Great Venetic goddess, principal deity of the Este (Baratella) sanctuary; goddess of healing, writing/literacy (votive alphabet tablets) and chthonic/underworld power. Best-attested Venetic theonym (dedications to 'Reitiai'). | SRC_PROSDOCIMI_VENETIC | reviewed |
| ENT_VEN_SAINAS,PER_VENETIC | Sainas ENT_VEN_SAINAS | Pre-Roman Venetic Period PER_VENETIC | high | Minor Venetic divine name known from votive epigraphy; cult function uncertain, plausibly a tutelary/healing-sphere deity associated with the Este/Lagole cult environment. | SRC_PROSDOCIMI_VENETIC | reviewed |
| ENT_VEN_TRUMUSIJATIS,PER_VENETIC | Trumusijatis ENT_VEN_TRUMUSIJATIS | Pre-Roman Venetic Period PER_VENETIC | high | Venetic deity attested in dedications at the Lagole di Calalzo thermal-spring sanctuary (epithet/name 'Trumusijate-'); associated with the curative-waters cult. | SRC_PROSDOCIMI_VENETIC | reviewed |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);