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

10 rows where source_id = "SRC_DUVAL_DIEUX_GAULE"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id source_id evidence_type source_note
ENT_CEL_CERNUNNOS,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Cernunnos ENT_CEL_CERNUNNOS Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 25-29: Cernunnos iconography from the Gundestrup cauldron, Reims altar, and Paris pillar.
ENT_CEL_EPONA,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Epona ENT_CEL_EPONA Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 68-72: Epona iconography (riding or flanked by horses; carrying grain or fruit); her unique status as a Gaulish deity officially adopted into the Roman army.
ENT_CEL_ESUS,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Esus ENT_CEL_ESUS Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 35-38: Esus iconography (woodcutter with bull and cranes) and the Lucan triads.
ENT_CEL_LUGUS,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Lugus ENT_CEL_LUGUS Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 61-65: analysis of Lugus as the Gaulish Mercury; Caesar's identification discussed.
ENT_CEL_MATRES,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Matres / Matrones ENT_CEL_MATRES Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 55-60: survey of Matres inscriptions by region; iconographic analysis of the seated triad.
ENT_CEL_NANTOSUELTA,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Nantosuelta ENT_CEL_NANTOSUELTA Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 78-81: Nantosuelta paired with Sucellus; iconography of the house-on-pole and raven.
ENT_CEL_ROSMERTA,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Rosmerta ENT_CEL_ROSMERTA Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 76-78: Rosmerta as Gaulish abundance goddess; her pairing with Mercury in Rhenish dedications.
ENT_CEL_SUCELLUS,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Sucellus ENT_CEL_SUCELLUS Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 82-86: Sucellus as hammer/mallet god; iconographic analysis; paired with Nantosuelta.
ENT_CEL_TARANIS,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Taranis ENT_CEL_TARANIS Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 38-42: Taranis as Gaulish thunder-wheel god; iconographic analysis of the wheel symbol.
ENT_CEL_TEUTATES,SRC_DUVAL_DIEUX_GAULE,scholarly attestation Teutates ENT_CEL_TEUTATES Duval, Paul-Marie. Les dieux de la Gaule (Presses Universitaires de France, 1957; rev. ed. Payot, 1976) SRC_DUVAL_DIEUX_GAULE scholarly attestation Duval (1976) pp. 42-45: Teutates as Mars-identified tribal war-god; inscription distribution.

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