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_MES_ENLIL"
This data as json, CSV (advanced)
Suggested facets: confidence
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_MES_ENLIL,PER_MES_EARLY | Enlil ENT_MES_ENLIL | Early Mesopotamian PER_MES_EARLY | high | Enlil is attested in the Fara god-lists (c. 2600 BCE) and in the earliest royal inscriptions as the chief deity of Nippur and the divine authority over kingship; one of the most frequently attested Early Dynastic deities | SRC_ETCSL | reviewed |
| ENT_MES_ENLIL,PER_MES_NEO_ASS | Enlil ENT_MES_ENLIL | Neo-Assyrian and Neo-Babylonian PER_MES_NEO_ASS | medium | Mesopotamian entities primarily attested in Neo-Assyrian/Babylonian canonical cuneiform library. | ||
| ENT_MES_ENLIL,PER_MES_UR_III | Enlil ENT_MES_ENLIL | Ur III / Sumerian Renaissance PER_MES_UR_III | high | Enlil's role as the supreme authority who grants kingship is central to the Ur III political theology; Ur III royal hymns consistently invoke Enlil; Nippur (his cult city) was the religious capital of the Ur III empire | SRC_ETCSL | 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]);