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'}
1 row where entity_id = "ENT_ARMC_NAREK"
This data as json, CSV (advanced)
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_ARMC_NAREK,PER_ARMENIAN_CHR | Gregory of Narek ENT_ARMC_NAREK | Armenian Christian period PER_ARMENIAN_CHR | high | Saint Gregory of Narek (c.945-1003), monk of Narekavank and Armenia's greatest mystical poet; author of the Book of Lamentations, declared a Doctor of the Universal Church by Pope Francis in 2015. Attested through his surviving works. A venerated human, not deified. (Distinct from existing ENT_ORTH_GREGORY_THEOLOGIAN and ENT_ORTH_PALAMAS.) | SRC_NAREK_LAMENTATIONS | 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]);