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'}
7 rows where period_id = "PER_SCYTH_ARCHAIC"
This data as json, CSV (advanced)
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_SCYTH_API,PER_SCYTH_ARCHAIC | Api ENT_SCYTH_API | Archaic Scythian PER_SCYTH_ARCHAIC | high | Herodotus Histories 4.59.2; the Archaic Scythian earth goddess | SRC_HERODOTUS_HISTORIES | reviewed |
| ENT_SCYTH_ARTIMPASA,PER_SCYTH_ARCHAIC | Artimpasa ENT_SCYTH_ARTIMPASA | Archaic Scythian PER_SCYTH_ARCHAIC | high | Herodotus Histories 4.59.2 and 4.67; the Archaic Scythian love/moon goddess | SRC_HERODOTUS_HISTORIES | reviewed |
| ENT_SCYTH_OETOSYRUS,PER_SCYTH_ARCHAIC | Oetosyrus / Goitosyrus ENT_SCYTH_OETOSYRUS | Archaic Scythian PER_SCYTH_ARCHAIC | high | Herodotus Histories 4.59.2; the Archaic Scythian sun deity | SRC_HERODOTUS_HISTORIES | reviewed |
| ENT_SCYTH_PAPAEUS,PER_SCYTH_ARCHAIC | Papaeus ENT_SCYTH_PAPAEUS | Archaic Scythian PER_SCYTH_ARCHAIC | high | Herodotus Histories 4.59.2; the Archaic Scythian pantheon as encountered c. 450 BCE | SRC_HERODOTUS_HISTORIES | reviewed |
| ENT_SCYTH_SWORD_ARES,PER_SCYTH_ARCHAIC | Sword Ares (Akinakes cult) ENT_SCYTH_SWORD_ARES | Archaic Scythian PER_SCYTH_ARCHAIC | high | Herodotus Histories 4.62; the sword-Ares cult as witnessed by Herodotus in the Archaic period | SRC_HERODOTUS_HISTORIES | reviewed |
| ENT_SCYTH_TABITI,PER_SCYTH_ARCHAIC | Tabiti ENT_SCYTH_TABITI | Archaic Scythian PER_SCYTH_ARCHAIC | high | Herodotus describes the Scythian religion as he encountered it c. 450 BCE; Tabiti is the supreme deity in this account | SRC_HERODOTUS_HISTORIES | reviewed |
| ENT_SCYTH_THAGIMASADAS,PER_SCYTH_ARCHAIC | Thagimasadas ENT_SCYTH_THAGIMASADAS | Archaic Scythian PER_SCYTH_ARCHAIC | high | Herodotus Histories 4.59.2; Royal Scythian water deity | SRC_HERODOTUS_HISTORIES | 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]);