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

20 rows where source_id = "SRC_MEYER_GNOSTIC_BIBLE"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id source_id evidence_type source_note
ENT_GNO_SABAOTH,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Sabaoth ENT_GNO_SABAOTH Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_GNO_SAKLAS,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Saklas ENT_GNO_SAKLAS Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_GNO_SAMAEL,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Samael ENT_GNO_SAMAEL Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_GNO_YALDABAOTH,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Yaldabaoth ENT_GNO_YALDABAOTH Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_ADONAIOS,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Adonaios ENT_OPH_ADONAIOS Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_ASTAPHAIOS,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Astaphaios ENT_OPH_ASTAPHAIOS Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_ELOAIOS,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Eloaios ENT_OPH_ELOAIOS Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_EVE_ZOE,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Eve/Zoe ENT_OPH_EVE_ZOE Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_HEBDOMAD,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Hebdomad ENT_OPH_HEBDOMAD Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_HORAIOS,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Horaios ENT_OPH_HORAIOS Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_IAO,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Iao ENT_OPH_IAO Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_OGDOAD,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Ogdoad ENT_OPH_OGDOAD Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_ORAIOS,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Oraios ENT_OPH_ORAIOS Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_SABAOTH,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Sabaoth ENT_OPH_SABAOTH Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_OPH_SERPENT,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Serpent ENT_OPH_SERPENT Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_THO_KINGDOM,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Kingdom ENT_THO_KINGDOM Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_THO_LIVING_JESUS,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Living Jesus ENT_THO_LIVING_JESUS Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_THO_SOLITARY,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Solitary ENT_THO_SOLITARY Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_THO_THOMAS,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Thomas ENT_THO_THOMAS Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.
ENT_THO_TWIN,SRC_MEYER_GNOSTIC_BIBLE,scholarly attestation Twin ENT_THO_TWIN Marvin Meyer, The Gnostic Bible SRC_MEYER_GNOSTIC_BIBLE scholarly attestation Attested in Meyer, The Gnostic Bible.

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 1516.273ms · Data license: MIT · Data source: jebboone/deitydb