✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Entity Periods

Period assignments linking entities to the historical periods when they are attested. An entity may span multiple periods. All Greek entities are assigned; Egyptian tradition is fully covered; total coverage exceeds 70%.

Data license: MIT · Data source: jebboone/deitydb

confidence
{'description': 'high / medium / low — certainty of the period assignment'}
rationale
{'description': 'Justification with source citations'}

6 rows where period_id = "PER_PATRISTIC_LATE"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_id

Link entity_id period_id confidence rationale source_id review_status
ENT_PAT_BEDE,PER_PATRISTIC_LATE Bede the Venerable ENT_PAT_BEDE Late Patristic Period PER_PATRISTIC_LATE high Northumbrian monk (c. 673-735), Doctor of the Church; author of the Ecclesiastical History of the English People, attested by his own works and autobiographical note. SRC_FARMER_SAINTS reviewed
ENT_PAT_GREGORY_GREAT,PER_PATRISTIC_LATE Gregory the Great ENT_PAT_GREGORY_GREAT Late Patristic Period PER_PATRISTIC_LATE high Pope Gregory I (c. 540-604), one of the four Latin Doctors; attested by his own letters, Dialogues, and Pastoral Rule. SRC_FARMER_SAINTS reviewed
ENT_PAT_ISIDORE_SEVILLE,PER_PATRISTIC_LATE Isidore of Seville ENT_PAT_ISIDORE_SEVILLE Late Patristic Period PER_PATRISTIC_LATE high Bishop of Seville (c. 560-636), Doctor of the Church, often called the last of the Latin Fathers; author of the Etymologiae. SRC_FARMER_SAINTS reviewed
ENT_PAT_JOHN_DAMASCUS,PER_PATRISTIC_LATE John of Damascus ENT_PAT_JOHN_DAMASCUS Late Patristic Period PER_PATRISTIC_LATE high Damascene monk and theologian (c. 675-749), Doctor of the Church, traditionally the last of the Greek Fathers; author of the Fount of Knowledge and the Apologies against the iconoclasts. SRC_QUASTEN_PATROLOGY reviewed
ENT_PAT_LEO_GREAT,PER_PATRISTIC_LATE Leo the Great ENT_PAT_LEO_GREAT Late Patristic Period PER_PATRISTIC_LATE high Pope Leo I (c. 400-461), Doctor of the Church; his Tome shaped the Council of Chalcedon (451), attested by his letters and sermons. SRC_FARMER_SAINTS reviewed
ENT_PAT_MAXIMUS_CONFESSOR,PER_PATRISTIC_LATE Maximus the Confessor ENT_PAT_MAXIMUS_CONFESSOR Late Patristic Period PER_PATRISTIC_LATE high Byzantine monk and theologian (c. 580-662), opponent of Monothelitism; attested by his own extensive corpus and the Acts of his trial. SRC_QUASTEN_PATROLOGY reviewed

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 10.329ms · Data license: MIT · Data source: jebboone/deitydb