Entity Sources
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'}
3 rows where source_id = "SRC_ATHANASIUS_LIFE_ANTONY"
This data as json, CSV (advanced)
Suggested facets: source_note
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_MONASTICISM,SRC_ATHANASIUS_LIFE_ANTONY,direct attestation | Monasticism ENT_MONASTICISM | Athanasius of Alexandria, Life of Antony (Vita Antonii), c. 360 CE SRC_ATHANASIUS_LIFE_ANTONY | direct attestation | Athanasius, Life of Antony (c. 360), the foundational account of Antony and of eremitic monasticism. |
| ENT_ORTH_ATHANASIUS,SRC_ATHANASIUS_LIFE_ANTONY,direct attestation | Athanasius of Alexandria ENT_ORTH_ATHANASIUS | Athanasius of Alexandria, Life of Antony (Vita Antonii), c. 360 CE SRC_ATHANASIUS_LIFE_ANTONY | direct attestation | Athanasius is the author of the Life of Antony, the founding text of monastic hagiography. |
| ENT_SAINT_ANTHONY_ABBOT,SRC_ATHANASIUS_LIFE_ANTONY,direct attestation | Anthony the Great ENT_SAINT_ANTHONY_ABBOT | Athanasius of Alexandria, Life of Antony (Vita Antonii), c. 360 CE SRC_ATHANASIUS_LIFE_ANTONY | direct attestation | Athanasius, Life of Antony (c. 360), the foundational account of Antony and of eremitic monasticism. |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);