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'}
5 rows where source_id = "SRC_CHALDEAN_ORACLES"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_HER_HECATE_CHALDEAN,SRC_CHALDEAN_ORACLES,direct attestation | Hecate (Chaldean) ENT_HER_HECATE_CHALDEAN | The Chaldean Oracles (ed. R. Majercik / E. des Places), c. 2nd c. CE SRC_CHALDEAN_ORACLES | direct attestation | Chaldean Oracles fr. 6, 32, 50-52, 96: Hecate, the mediating Power and the womb from which souls flow. |
| ENT_HER_IYNGES,SRC_CHALDEAN_ORACLES,direct attestation | Iynges ENT_HER_IYNGES | The Chaldean Oracles (ed. R. Majercik / E. des Places), c. 2nd c. CE SRC_CHALDEAN_ORACLES | direct attestation | Chaldean Oracles fr. 76-78, 87: the Iynges, the "thoughts of the Father" that transmit and attract. |
| ENT_HER_PATERNAL_INTELLECT,SRC_CHALDEAN_ORACLES,direct attestation | Paternal Intellect ENT_HER_PATERNAL_INTELLECT | The Chaldean Oracles (ed. R. Majercik / E. des Places), c. 2nd c. CE SRC_CHALDEAN_ORACLES | direct attestation | Chaldean Oracles fr. 3, 7, 37 (Majercik): the Father, the first transcendent Intellect and Fire. |
| ENT_HER_SYNOCHEIS,SRC_CHALDEAN_ORACLES,direct attestation | Synocheis ENT_HER_SYNOCHEIS | The Chaldean Oracles (ed. R. Majercik / E. des Places), c. 2nd c. CE SRC_CHALDEAN_ORACLES | direct attestation | Chaldean Oracles fr. 32, 82 (with Proclus): the Synocheis, the Connectors that hold the cosmos together. |
| ENT_HER_TELETARCHS,SRC_CHALDEAN_ORACLES,direct attestation | Teletarchs ENT_HER_TELETARCHS | The Chaldean Oracles (ed. R. Majercik / E. des Places), c. 2nd c. CE SRC_CHALDEAN_ORACLES | direct attestation | Chaldean Oracles fr. 85, 86 (with Proclus, Damascius): the Teletarchs, rulers of the three worlds. |
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]);