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_COP_KYRILLOS_VI"
This data as json, CSV (advanced)
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_COP_KYRILLOS_VI,PER_MODERN_ORTHODOX | Pope Kyrillos VI ENT_COP_KYRILLOS_VI | Modern Eastern Orthodoxy (19th-21st c.) PER_MODERN_ORTHODOX | high | 116th Pope of Alexandria (reigned 1959-1971), monastic-revival reformer, canonized by the Coptic Orthodox Church in 2013; placed in the modern period (re-pointed from the proposed late-antique Coptic period, which ends c.1000, to PER_MODERN_ORTHODOX). A 20th-century figure standing in the continuous Alexandrian papal tradition. Venerated human, not deified. | SRC_DAVIS_EARLY_COPTIC_PAPACY | 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]);