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'}
2 rows where entity_id = "ENT_WEL_DON"
This data as json, CSV (advanced)
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_WEL_DON,PER_CEL_IRON_AGE | Dôn ENT_WEL_DON | Celtic Iron Age PER_CEL_IRON_AGE | low | The name Dôn has been compared to Irish Danu and potentially to Gaulish divine-mother figures; if the comparison holds, the divine-mother prototype has Iron Age currency across the Celtic world; confidence is low because the equation of Dôn with Danu is debated and because the Irish Danu herself barely appears in the texts (she too is known primarily through her children's epithets) | SRC_GREEN_CELTIC_GODS | reviewed |
| ENT_WEL_DON,PER_CEL_MEDIEVAL_WELSH | Dôn ENT_WEL_DON | Medieval Welsh PER_CEL_MEDIEVAL_WELSH | high | Present as the ancestral mother in the Fourth Branch of the Mabinogi; the "Children of Dôn" are the divine family of the Fourth Branch | SRC_MABINOGION | 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]);