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'}
3 rows where entity_id = "ENT_COTYS"
This data as json, CSV (advanced)
Suggested facets: confidence, source_id
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_COTYS,PER_GRK_ARCHAIC | Cotys ENT_COTYS | Archaic Period PER_GRK_ARCHAIC | medium | Thracian goddess; Archaic Thracian tradition; Aeschylus fr. (5th c. CE) | SRC_BURKERT_GREEK_RELIGION | reviewed |
| ENT_COTYS,PER_GRK_CLASSICAL | Cotys ENT_COTYS | Classical Period PER_GRK_CLASSICAL | high | Thracian goddess attested in Aeschylus fr.; Euripides Bacchae context | SRC_BURKERT_GREEK_RELIGION | reviewed |
| ENT_COTYS,PER_THRA_IRON_AGE | Cotys ENT_COTYS | Thracian Iron Age and Classical Period PER_THRA_IRON_AGE | high | Cotytia attested in Attic comedy of the late 5th c. BCE (Eupolis fr. 85) and Aeschylus Edoni (possibly 470s BCE). Spread to Corinth and Macedon by the 4th c. BCE. | SRC_ARCHIBALD_ODRYSIAN | 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]);