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'}
7 rows where source_id = "SRC_GREEK_MAGICAL_PAPYRI"
This data as json, CSV (advanced)
Suggested facets: evidence_type, source_note
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_LAT_DAIMONES,SRC_GREEK_MAGICAL_PAPYRI,scholarly attestation | Daimones ENT_LAT_DAIMONES | Greek Magical Papyri SRC_GREEK_MAGICAL_PAPYRI | scholarly attestation | Attested in Greek Magical Papyri (late antique ritual tradition). |
| ENT_LAT_PLANETARY_RULERS,SRC_GREEK_MAGICAL_PAPYRI,scholarly attestation | Planetary Rulers ENT_LAT_PLANETARY_RULERS | Greek Magical Papyri SRC_GREEK_MAGICAL_PAPYRI | scholarly attestation | Attested in Greek Magical Papyri (late antique ritual tradition). |
| ENT_PGM_AERIAL_DAIMONES,SRC_GREEK_MAGICAL_PAPYRI,direct attestation | The Aerial and Chthonic Daimones ENT_PGM_AERIAL_DAIMONES | Greek Magical Papyri SRC_GREEK_MAGICAL_PAPYRI | direct attestation | Betz, PGM I and IV (the assistant-daimon and 'daimones of the air and earth') |
| ENT_PGM_AKEPHALOS,SRC_GREEK_MAGICAL_PAPYRI,direct attestation | The Headless One (Akephalos) ENT_PGM_AKEPHALOS | Greek Magical Papyri SRC_GREEK_MAGICAL_PAPYRI | direct attestation | Betz, PGM V.96-172 (Stele of Jeu the hieroglyphist) |
| ENT_PGM_INVOKED_POWERS,SRC_GREEK_MAGICAL_PAPYRI,direct attestation | The Invoked Powers of the Magical Papyri ENT_PGM_INVOKED_POWERS | Greek Magical Papyri SRC_GREEK_MAGICAL_PAPYRI | direct attestation | Betz, The Greek Magical Papyri in Translation (PGM), Introduction |
| ENT_PGM_KOSMOKRATOR,SRC_GREEK_MAGICAL_PAPYRI,direct attestation | The Kosmokrator (Ruler of the Cosmos) ENT_PGM_KOSMOKRATOR | Greek Magical Papyri SRC_GREEK_MAGICAL_PAPYRI | direct attestation | Betz, PGM IV and XIII (the 'kosmokrator' epithet of the supreme god) |
| ENT_SYN_AION,SRC_GREEK_MAGICAL_PAPYRI,direct attestation | Aion ENT_SYN_AION | Greek Magical Papyri SRC_GREEK_MAGICAL_PAPYRI | direct attestation | The Greek Magical Papyri (Aion invoked as the eternal cosmic power). |
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]);