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_LLEU_LLAW_GYFFES"
This data as json, CSV (advanced)
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_WEL_LLEU_LLAW_GYFFES,PER_CEL_IRON_AGE | Lleu Llaw Gyffes ENT_WEL_LLEU_LLAW_GYFFES | Celtic Iron Age PER_CEL_IRON_AGE | medium | Gaulish *Lugus is attested in Iron Age inscriptions from Spain (Uxama Argaela; the Celtiberian city Lugudunum) and is the probable common Celtic prototype for Lugh (Irish) and Lleu (Welsh); the "many-skilled" deity prototype has Pan-Celtic Iron Age currency; confidence is medium because the Welsh Lleu's specific mythology is only preserved in medieval texts | SRC_GREEN_CELTIC_GODS | reviewed |
| ENT_WEL_LLEU_LLAW_GYFFES,PER_CEL_MEDIEVAL_WELSH | Lleu Llaw Gyffes ENT_WEL_LLEU_LLAW_GYFFES | Medieval Welsh PER_CEL_MEDIEVAL_WELSH | high | Fourth Branch of the Mabinogi; his story is the Fourth Branch's climactic narrative | 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]);