Entity Sources
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'}
6 rows where source_id = "SRC_VULGATE_CYCLE"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ART_BORS,SRC_VULGATE_CYCLE,primary text attestation | Bors ENT_ART_BORS | The Vulgate Cycle (Lancelot-Grail), c. 1210-1235 CE SRC_VULGATE_CYCLE | primary text attestation | Cousin of Lancelot and the only Grail achiever to return to Camelot. |
| ENT_ART_ELAINE_CORBENIC,SRC_VULGATE_CYCLE,primary text attestation | Elaine of Corbenic ENT_ART_ELAINE_CORBENIC | The Vulgate Cycle (Lancelot-Grail), c. 1210-1235 CE SRC_VULGATE_CYCLE | primary text attestation | Daughter of Pelles who conceives Galahad with Lancelot to fulfill prophecy. |
| ENT_ART_GALAHAD,SRC_VULGATE_CYCLE,primary text attestation | Galahad ENT_ART_GALAHAD | The Vulgate Cycle (Lancelot-Grail), c. 1210-1235 CE SRC_VULGATE_CYCLE | primary text attestation | Son of Lancelot and Elaine of Corbenic, the sinless knight who achieves the Grail. |
| ENT_ART_LADY_OF_THE_LAKE,SRC_VULGATE_CYCLE,primary text attestation | The Lady of the Lake ENT_ART_LADY_OF_THE_LAKE | The Vulgate Cycle (Lancelot-Grail), c. 1210-1235 CE SRC_VULGATE_CYCLE | primary text attestation | Otherworldly enchantress (Nimue/Viviane) who gives Excalibur, fosters Lancelot, and enchants Merlin. |
| ENT_ART_MORGAN_LE_FAY,SRC_VULGATE_CYCLE,primary text attestation | Morgan le Fay ENT_ART_MORGAN_LE_FAY | The Vulgate Cycle (Lancelot-Grail), c. 1210-1235 CE SRC_VULGATE_CYCLE | primary text attestation | Magical half-sister of Arthur, both healer at Avalon and adversary of the court. |
| ENT_ART_SIEGE_PERILOUS,SRC_VULGATE_CYCLE,primary text attestation | The Siege Perilous ENT_ART_SIEGE_PERILOUS | The Vulgate Cycle (Lancelot-Grail), c. 1210-1235 CE SRC_VULGATE_CYCLE | primary text attestation | The empty seat, fatal to the unworthy, reserved for the Grail knight Galahad. |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);