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'}
12 rows where period_id = "PER_ILLYRIAN"
This data as json, CSV (advanced)
Suggested facets: source_id
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_ILL_ANZOTICA,PER_ILLYRIAN | Anzotica ENT_ILL_ANZOTICA | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Liburnian goddess worshipped at Aenona (Nin), identified with Venus in local inscriptions and statuary. | SRC_STIPCEVIC_ILLYRIANS | reviewed |
| ENT_ILL_BINDUS,PER_ILLYRIAN | Bindus ENT_ILL_BINDUS | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Water-god of the Iapodes, worshipped at the spring of Privilica near Bihac; attested in Latin inscriptions as Bindus Neptunus, equated with Neptune. | SRC_WILKES_ILLYRIANS | reviewed |
| ENT_ILL_DEIPATUROS,PER_ILLYRIAN | Dei-Paturos ENT_ILL_DEIPATUROS | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Illyrian-Thracian sky/father deity (name cognate with Indo-European *Dyeus-pater), attested for the Bessoi/Thracian-Illyrian borderlands; sometimes counted among Illyrian deities. | SRC_STIPCEVIC_ILLYRIANS | reviewed |
| ENT_ILL_EIA,PER_ILLYRIAN | Eia ENT_ILL_EIA | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Illyrian goddess attested in inscriptions of the Histrian/north-Adriatic region (e.g. at Nesactium and Pola); function uncertain, likely a local tutelary/protective goddess. | SRC_STIPCEVIC_ILLYRIANS | reviewed |
| ENT_ILL_EN,PER_ILLYRIAN | En (Enji) ENT_ILL_EN | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Reconstructed Illyrian fire-god proposed as the source of the Albanian weekday e enjte (Thursday); inferred from linguistic/comparative evidence rather than direct inscription. | SRC_STIPCEVIC_ILLYRIANS | reviewed |
| ENT_ILL_MEDAURUS,PER_ILLYRIAN | Medaurus ENT_ILL_MEDAURUS | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Great rider-god and tutelary deity of Risinium (Risan), depicted as a mounted lancer; attested in inscriptions and a dedication from Lambaesis honoring the god of Risinium. | SRC_WILKES_ILLYRIANS | reviewed |
| ENT_ILL_PANTHEON,PER_ILLYRIAN | Illyrian Pantheon ENT_ILL_PANTHEON | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Hub collective for the deities of the western-Balkan Illyrian peoples, attested chiefly through Latin votive inscriptions of the Roman period. | SRC_WILKES_ILLYRIANS | reviewed |
| ENT_ILL_REDON,PER_ILLYRIAN | Redon ENT_ILL_REDON | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Tutelary sea and travel god of Lissus (Lezhe); attested on coins of Lissus and votive inscriptions, also found at Santa Maria di Leuca. | SRC_WILKES_ILLYRIANS | reviewed |
| ENT_ILL_SENTONA,PER_ILLYRIAN | Sentona ENT_ILL_SENTONA | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Illyrian (Liburnian/Histrian) goddess attested in votive inscriptions of the north-eastern Adriatic, possibly a goddess of travel/health; often paired in cult with Eia. | SRC_STIPCEVIC_ILLYRIANS | reviewed |
| ENT_ILL_TADENUS,PER_ILLYRIAN | Tadenus ENT_ILL_TADENUS | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Local Dalmatian deity attested by inscriptions near the source of the Bosna river; sometimes associated with Apollo, of uncertain function (likely healing/spring). | SRC_WILKES_ILLYRIANS | reviewed |
| ENT_ILL_THANA,PER_ILLYRIAN | Thana ENT_ILL_THANA | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Illyrian goddess of the hunt and woodland, consort of Vidasus at Topusko, identified with the Roman Diana. | SRC_WILKES_ILLYRIANS | reviewed |
| ENT_ILL_VIDASUS,PER_ILLYRIAN | Vidasus ENT_ILL_VIDASUS | Illyrian (Iron Age to Roman attestation) PER_ILLYRIAN | high | Illyrian forest/woodland god attested at Topusko in Pannonia, regularly paired with the goddess Thana and identified with the Roman Silvanus. | SRC_WILKES_ILLYRIANS | 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]);