✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Entity Sources

2,936 links between entities and the sources that attest them, with evidence type and passage-level notes. The primary evidence layer: every entity classification traces to at least one record here.

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'}

12 rows where source_id = "SRC_CORPUS_HERMETICUM"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: evidence_type, source_note

Link entity_id source_id evidence_type source_note
ENT_HER_ANTHROPOS,SRC_CORPUS_HERMETICUM,direct attestation Anthropos ENT_HER_ANTHROPOS Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Named or central concept in the Corpus Hermeticum.
ENT_HER_COSMOS,SRC_CORPUS_HERMETICUM,direct attestation Cosmos ENT_HER_COSMOS Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Named or central concept in the Corpus Hermeticum.
ENT_HER_DEMIURGE,SRC_CORPUS_HERMETICUM,direct attestation Demiurge ENT_HER_DEMIURGE Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Corpus Hermeticum I.9: the Nous brings forth a second Nous, the craftsman (Demiurge), who makes the seven Governors.
ENT_HER_HEIMARMENE,SRC_CORPUS_HERMETICUM,direct attestation Heimarmene ENT_HER_HEIMARMENE Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Corpus Hermeticum I.9, 19; XII: Heimarmene (Fate), exercised through the seven Governors.
ENT_HER_LOGOS,SRC_CORPUS_HERMETICUM,direct attestation Logos ENT_HER_LOGOS Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Named or central concept in the Corpus Hermeticum.
ENT_HER_NOUS,SRC_CORPUS_HERMETICUM,direct attestation Nous ENT_HER_NOUS Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Named or central concept in the Corpus Hermeticum.
ENT_HER_POIMANDRES,SRC_CORPUS_HERMETICUM,direct attestation Poimandres ENT_HER_POIMANDRES Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Corpus Hermeticum I (the Poimandres): the divine Mind reveals the cosmogony to Hermes.
ENT_HER_SEVEN_GOVERNORS,SRC_CORPUS_HERMETICUM,direct attestation Seven Governors ENT_HER_SEVEN_GOVERNORS Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Corpus Hermeticum I.9, 14, 25: the seven Governors (Administrators) who encompass the world with fate.
ENT_HER_THE_ONE,SRC_CORPUS_HERMETICUM,direct attestation The One ENT_HER_THE_ONE Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Named or central concept in the Corpus Hermeticum.
ENT_HER_TRISMEGISTUS,SRC_CORPUS_HERMETICUM,direct attestation Hermes Trismegistus ENT_HER_TRISMEGISTUS Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Named author/revealer in the Corpus Hermeticum; the Hermetica are framed as his revelations.
ENT_HRN_PLANETARY_ASCENT,SRC_CORPUS_HERMETICUM,scholarly attestation The Planetary Ascent of the Soul (Harranian) ENT_HRN_PLANETARY_ASCENT Corpus Hermeticum SRC_CORPUS_HERMETICUM scholarly attestation attestation
ENT_LAT_AGATHOS_DAIMON_HERMETIC,SRC_CORPUS_HERMETICUM,direct attestation Agathos Daimon ENT_LAT_AGATHOS_DAIMON_HERMETIC Corpus Hermeticum SRC_CORPUS_HERMETICUM direct attestation Agathos Daimon appears as revealer figure in Hermetic literature.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 9.167ms · Data license: MIT · Data source: jebboone/deitydb