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_ETR_MENRVA"
This data as json, CSV (advanced)
Suggested facets: source_id
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| 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_MENRVA,PER_ETR_CLASSICAL | Menrva ENT_ETR_MENRVA | Classical Etruscan PER_ETR_CLASSICAL | high | Menrva on Classical bronze mirrors and votive bronzes | SRC_PIACENZA_LIVER | reviewed |
| ENT_ETR_MENRVA,PER_ETR_LATE | Menrva ENT_ETR_MENRVA | Late Etruscan PER_ETR_LATE | high | Named on Piacenza liver | SRC_PIACENZA_LIVER | 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]);