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

Entity Sources

2,936 links between entities and the sources that attest them, with evidence type and passage-level notes. The primary evidence layer: every entity classification traces to at least one record here.

Data license: MIT · Data source: jebboone/deitydb

evidence_type
{'description': 'e.g. Direct attestation, Secondary analysis, Epigraphic, Numismatic'}
source_note
{'description': 'Specific passage citations and notes on how this source attests the entity'}

11 rows where source_id = "SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id source_id evidence_type source_note
ENT_DIO_DEACONS,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation Deacons (Leitourgoi) ENT_DIO_DEACONS Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 5 (the leitourgoi/purifiers).
ENT_DIO_ECCLESIASTICAL_HIERARCHY,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation The Ecclesiastical Hierarchy ENT_DIO_ECCLESIASTICAL_HIERARCHY Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 1 (the church as image of the celestial hierarchy).
ENT_DIO_HIERARCHS,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation Hierarchs (Bishops) ENT_DIO_HIERARCHS Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 5 (the orders of clergy).
ENT_DIO_HOLY_PEOPLE,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation Holy People (Contemplative Laity) ENT_DIO_HOLY_PEOPLE Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 6.
ENT_DIO_MONKS,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation Monks (Therapeutae) ENT_DIO_MONKS Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 6 (the orders of the initiated).
ENT_DIO_PRIESTS,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation Sacred Priests (Hiereis) ENT_DIO_PRIESTS Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 5.
ENT_DIO_PURIFIED_ORDERS,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation The Purified (Catechumens, Energumens, Penitents) ENT_DIO_PURIFIED_ORDERS Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 6 (catechumens, energumens, penitents).
ENT_DIO_SACRAMENT_ILLUMINATION,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation Illumination (Photismos / Baptism) ENT_DIO_SACRAMENT_ILLUMINATION Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 2 (the mystery of illumination / baptism).
ENT_DIO_SACRAMENT_MYRON,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation Consecration of the Myron (Chrism) ENT_DIO_SACRAMENT_MYRON Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 4 (the consecration of the myron).
ENT_DIO_SACRAMENT_SYNAXIS,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation Synaxis (the Eucharist) ENT_DIO_SACRAMENT_SYNAXIS Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 3 (the synaxis / Eucharist).
ENT_DIO_THEOSIS,SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY,direct attestation Deification (Theosis) ENT_DIO_THEOSIS Pseudo-Dionysius the Areopagite, The Ecclesiastical Hierarchy (Peri tes ekklesiastikes hierarchias), c. 500 CE (trans. J. Parker, 1897) SRC_PSEUDO_DIONYSIUS_ECCLESIASTICAL_HIERARCHY direct attestation Ecclesiastical Hierarchy 1.3 (hierarchy's goal: assimilation to and union with God).

Advanced export

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

CSV options:

CREATE TABLE "entity_sources" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [source_id] TEXT REFERENCES [sources]([source_id]),
   [evidence_type] TEXT,
   [source_note] TEXT,
   PRIMARY KEY ([entity_id], [source_id], [evidence_type])
);
CREATE INDEX [idx_entity_sources_source_id]
    ON [entity_sources] ([source_id]);
CREATE INDEX [idx_entity_sources_entity_id]
    ON [entity_sources] ([entity_id]);
Powered by Datasette · Queries took 1360.386ms · Data license: MIT · Data source: jebboone/deitydb