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

11 rows where source_id = "SRC_GREEN_MOON_GOD"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id source_id evidence_type source_note
ENT_HRN_AGATHODAIMON,SRC_GREEN_MOON_GOD,scholarly attestation Agathodaimon as Harranian Prophet-Sage ENT_HRN_AGATHODAIMON Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_APHRODITE_VENUS,SRC_GREEN_MOON_GOD,scholarly attestation Aphrodite (Venus / Ishtar) of Harran ENT_HRN_APHRODITE_VENUS Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_ARES_MARS,SRC_GREEN_MOON_GOD,scholarly attestation Ares (Mars / Nergal) of Harran ENT_HRN_ARES_MARS Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_HERMES_MERCURY,SRC_GREEN_MOON_GOD,scholarly attestation Hermes-Nabu (Mercury) of Harran ENT_HRN_HERMES_MERCURY Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_HERMES_TRISMEGISTUS,SRC_GREEN_MOON_GOD,scholarly attestation Hermes Trismegistus (=Idris) as Harranian Prophet-Sage ENT_HRN_HERMES_TRISMEGISTUS Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_KRONOS_SATURN,SRC_GREEN_MOON_GOD,scholarly attestation Kronos (Saturn) of Harran ENT_HRN_KRONOS_SATURN Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_PLANETARY_SEVEN,SRC_GREEN_MOON_GOD,scholarly attestation The Seven Planetary Deities of Harran (al-Aṣnām al-Sabʿa) ENT_HRN_PLANETARY_SEVEN Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_SHAMASH_SUN,SRC_GREEN_MOON_GOD,scholarly attestation Shamash (the Sun) of Harran ENT_HRN_SHAMASH_SUN Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_SIN_MOON,SRC_GREEN_MOON_GOD,scholarly attestation Sin (the Moon) of Harran [Sabian cult-phase] ENT_HRN_SIN_MOON Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_TEMPLES,SRC_GREEN_MOON_GOD,scholarly attestation The Planetary Temples of Harran (Buyut al-Kawakib) ENT_HRN_TEMPLES Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation
ENT_HRN_ZEUS_JUPITER,SRC_GREEN_MOON_GOD,scholarly attestation Zeus (Jupiter / Bel) of Harran ENT_HRN_ZEUS_JUPITER Tamara M. Green, The City of the Moon God: Religious Traditions of Harran SRC_GREEN_MOON_GOD scholarly attestation attestation

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