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

21 rows where source_id = "SRC_GOLDEN_LEGEND"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_note

Link entity_id source_id evidence_type source_note
ENT_CHR_AGNES,SRC_GOLDEN_LEGEND,direct attestation Agnes ENT_CHR_AGNES Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation The Golden Legend; Ambrose, De Virginibus: Agnes, the young Roman virgin-martyr.
ENT_CHR_BARBARA,SRC_GOLDEN_LEGEND,direct attestation Barbara ENT_CHR_BARBARA Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation The Golden Legend: Barbara, invoked against lightning and sudden death.
ENT_CHR_CECILIA,SRC_GOLDEN_LEGEND,direct attestation Cecilia ENT_CHR_CECILIA Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation The Golden Legend: Cecilia, virgin-martyr and patron of music.
ENT_CHR_CHRISTOPHER,SRC_GOLDEN_LEGEND,direct attestation Christopher ENT_CHR_CHRISTOPHER Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation The Golden Legend: Christopher, the Christ-bearer, patron of travellers.
ENT_CHR_LAWRENCE,SRC_GOLDEN_LEGEND,direct attestation Lawrence ENT_CHR_LAWRENCE Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation The Golden Legend: Lawrence the deacon, martyred on the gridiron.
ENT_CHR_MARGARET,SRC_GOLDEN_LEGEND,direct attestation Margaret of Antioch ENT_CHR_MARGARET Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation The Golden Legend: Margaret of Antioch and the dragon, patroness of childbirth.
ENT_CHR_SEBASTIAN,SRC_GOLDEN_LEGEND,direct attestation Sebastian ENT_CHR_SEBASTIAN Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation The Golden Legend: Sebastian, shot with arrows and invoked against plague.
ENT_SAINT_BECKET,SRC_GOLDEN_LEGEND,direct attestation Thomas Becket ENT_SAINT_BECKET Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Life recorded in the Golden Legend (Jacobus de Voragine).
ENT_SAINT_BERNARD,SRC_GOLDEN_LEGEND,direct attestation Bernard of Clairvaux ENT_SAINT_BERNARD Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Life recorded in the Golden Legend (Jacobus de Voragine).
ENT_SAINT_BLAISE,SRC_GOLDEN_LEGEND,direct attestation Blaise ENT_SAINT_BLAISE Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Jacobus de Voragine, Golden Legend (Legenda Aurea, c. 1260): the life and passion of Blaise.
ENT_SAINT_CATHERINE_ALEX,SRC_GOLDEN_LEGEND,direct attestation Catherine of Alexandria ENT_SAINT_CATHERINE_ALEX Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Jacobus de Voragine, Golden Legend (Legenda Aurea, c. 1260): the life and passion of Catherine of Alexandria.
ENT_SAINT_COSMAS_DAMIAN,SRC_GOLDEN_LEGEND,direct attestation Cosmas and Damian ENT_SAINT_COSMAS_DAMIAN Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Jacobus de Voragine, Golden Legend (Legenda Aurea, c. 1260): the life and passion of Cosmas and Damian.
ENT_SAINT_DENIS,SRC_GOLDEN_LEGEND,direct attestation Denis of Paris ENT_SAINT_DENIS Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Life recorded in the Golden Legend (Jacobus de Voragine).
ENT_SAINT_DOMINIC,SRC_GOLDEN_LEGEND,direct attestation Dominic ENT_SAINT_DOMINIC Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Life recorded in the Golden Legend (Jacobus de Voragine).
ENT_SAINT_FAITH_CONQUES,SRC_GOLDEN_LEGEND,direct attestation Faith of Conques ENT_SAINT_FAITH_CONQUES Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Life recorded in the Golden Legend (Jacobus de Voragine).
ENT_SAINT_FRANCIS,SRC_GOLDEN_LEGEND,direct attestation Francis of Assisi ENT_SAINT_FRANCIS Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Jacobus de Voragine, Golden Legend (Legenda Aurea, c. 1260): the life and passion of Francis of Assisi.
ENT_SAINT_GEORGE,SRC_GOLDEN_LEGEND,direct attestation George ENT_SAINT_GEORGE Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Jacobus de Voragine, Golden Legend (Legenda Aurea, c. 1260): the life and passion of George.
ENT_SAINT_GILES,SRC_GOLDEN_LEGEND,direct attestation Giles ENT_SAINT_GILES Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Life recorded in the Golden Legend (Jacobus de Voragine).
ENT_SAINT_JAMES_GREATER,SRC_GOLDEN_LEGEND,direct attestation James the Greater ENT_SAINT_JAMES_GREATER Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Life recorded in the Golden Legend (Jacobus de Voragine).
ENT_SAINT_LUCY,SRC_GOLDEN_LEGEND,direct attestation Lucy ENT_SAINT_LUCY Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Jacobus de Voragine, Golden Legend (Legenda Aurea, c. 1260): the life and passion of Lucy.
ENT_SAINT_NICHOLAS,SRC_GOLDEN_LEGEND,direct attestation Nicholas ENT_SAINT_NICHOLAS Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND direct attestation Jacobus de Voragine, Golden Legend (Legenda Aurea, c. 1260): the life and passion of Nicholas.

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