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'}
6 rows where source_id = "SRC_DEPLANCY_INFERNAL"
This data as json, CSV (advanced)
Suggested facets: source_note
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_DEMX_TITIVILLUS,SRC_DEPLANCY_INFERNAL,scholarly attestation | Titivillus ENT_DEMX_TITIVILLUS | J. A. S. Collin de Plancy, Dictionnaire Infernal (1818; 6th ed. 1863) SRC_DEPLANCY_INFERNAL | scholarly attestation | attestation |
| ENT_DEMX_WITCH_FAMILIAR,SRC_DEPLANCY_INFERNAL,scholarly attestation | The Witch's Familiar (familiar spirit) ENT_DEMX_WITCH_FAMILIAR | J. A. S. Collin de Plancy, Dictionnaire Infernal (1818; 6th ed. 1863) SRC_DEPLANCY_INFERNAL | scholarly attestation | attestation |
| ENT_GOE_ADRAMELECH,SRC_DEPLANCY_INFERNAL,scholarly attestation | Adramelech ENT_GOE_ADRAMELECH | J. A. S. Collin de Plancy, Dictionnaire Infernal (1818; 6th ed. 1863) SRC_DEPLANCY_INFERNAL | scholarly attestation | Great Chancellor of Hell and President of the High Council of Devils, superintendent of the demon-king's wardrobe (de Plancy). Originally a deity of Sepharvaim to whom children were burned (2 Kings 17:31). |
| ENT_GOE_BELPHEGOR,SRC_DEPLANCY_INFERNAL,scholarly attestation | Belphegor ENT_GOE_BELPHEGOR | J. A. S. Collin de Plancy, Dictionnaire Infernal (1818; 6th ed. 1863) SRC_DEPLANCY_INFERNAL | scholarly attestation | The deadly-sin demon of SLOTH (Binsfeld 1589); in de Plancy a prince who tempts men with ingenious inventions and the promise of ease and riches. Derived from the Moabite/Midianite Baal-Peor (Numbers 25). |
| ENT_GOE_INFERNAL_HIERARCHY,SRC_DEPLANCY_INFERNAL,scholarly attestation | The Infernal Hierarchy (Princes of Hell) ENT_GOE_INFERNAL_HIERARCHY | J. A. S. Collin de Plancy, Dictionnaire Infernal (1818; 6th ed. 1863) SRC_DEPLANCY_INFERNAL | scholarly attestation | The organizing rank-structure of Hell's princes and officers systematized in the early-modern demonological treatises (Weyer 1577; Michaelis 1613; Collin de Plancy, Dictionnaire Infernal 1818) — the court standing above the 72 spirits of the Ars Goetia. |
| ENT_GOE_SEVEN_DEADLY_DEMONS,SRC_DEPLANCY_INFERNAL,scholarly attestation | The Seven Demons of the Deadly Sins (Binsfeld) ENT_GOE_SEVEN_DEADLY_DEMONS | J. A. S. Collin de Plancy, Dictionnaire Infernal (1818; 6th ed. 1863) SRC_DEPLANCY_INFERNAL | scholarly attestation | Peter Binsfeld's 1589 pairing of each cardinal sin with a presiding demon: Lucifer=pride, Mammon=greed, Asmodeus=lust, Leviathan=envy, Beelzebub=gluttony, Satan=wrath, Belphegor=sloth. |
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]);