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'}
10 rows where source_id = "SRC_IAMBLICHUS_DE_MYSTERIIS"
This data as json, CSV (advanced)
Suggested facets: source_note
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_HER_ENCOSMIC_GODS,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Encosmic Gods ENT_HER_ENCOSMIC_GODS | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Iamblichus, De Mysteriis I: the encosmic (visible) gods, the heavenly bodies. |
| ENT_HER_HYPERCOSMIC_GODS,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Hypercosmic Gods ENT_HER_HYPERCOSMIC_GODS | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Iamblichus, De Mysteriis: the hypercosmic (liberated) gods above the cosmos who lead souls up. |
| ENT_HER_MATERIAL_DAIMONES,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Material Daimones ENT_HER_MATERIAL_DAIMONES | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Iamblichus, De Mysteriis II.5-7; III: the material/sublunar daimones and the avenging powers. |
| ENT_HER_PERSONAL_DAIMON,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Personal Daimon ENT_HER_PERSONAL_DAIMON | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Iamblichus, De Mysteriis IX.1-9: the oikeios (personal) daimon allotted to each soul. |
| ENT_LAT_DAIMONES,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Daimones ENT_LAT_DAIMONES | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Named or classified in Iamblichus, De Mysteriis. |
| ENT_LAT_HEROES,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Heroes ENT_LAT_HEROES | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Named or classified in Iamblichus, De Mysteriis. |
| ENT_LAT_PLANETARY_RULERS,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Planetary Rulers ENT_LAT_PLANETARY_RULERS | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Named or classified in Iamblichus, De Mysteriis. |
| ENT_LAT_PURIFIED_SOULS,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Purified Souls ENT_LAT_PURIFIED_SOULS | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Named or classified in Iamblichus, De Mysteriis. |
| ENT_THEURGIC_ASENT,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Ascent ENT_THEURGIC_ASENT | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Named or classified in Iamblichus, De Mysteriis. |
| ENT_THEURGY,SRC_IAMBLICHUS_DE_MYSTERIIS,direct attestation | Theurgy ENT_THEURGY | Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS | direct attestation | Named or classified in Iamblichus, De Mysteriis. |
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]);