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'}
8 rows where source_id = "SRC_GEOFFREY_MONMOUTH"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ART_ARTHUR,SRC_GEOFFREY_MONMOUTH,primary text attestation | King Arthur ENT_ART_ARTHUR | Geoffrey of Monmouth, Historia Regum Britanniae, c. 1136 CE SRC_GEOFFREY_MONMOUTH | primary text attestation | Legendary king of the Britons who founds the Round Table at Camelot and is borne to Avalon after Camlann. |
| ENT_ART_AVALON,SRC_GEOFFREY_MONMOUTH,primary text attestation | Avalon ENT_ART_AVALON | Geoffrey of Monmouth, Historia Regum Britanniae, c. 1136 CE SRC_GEOFFREY_MONMOUTH | primary text attestation | Otherworldly isle where Excalibur was forged and to which Arthur is borne to be healed. |
| ENT_ART_BEDIVERE,SRC_GEOFFREY_MONMOUTH,primary text attestation | Bedivere ENT_ART_BEDIVERE | Geoffrey of Monmouth, Historia Regum Britanniae, c. 1136 CE SRC_GEOFFREY_MONMOUTH | primary text attestation | Companion who casts Excalibur back into the lake at Arthur's end. |
| ENT_ART_GAWAIN,SRC_GEOFFREY_MONMOUTH,primary text attestation | Gawain ENT_ART_GAWAIN | Geoffrey of Monmouth, Historia Regum Britanniae, c. 1136 CE SRC_GEOFFREY_MONMOUTH | primary text attestation | Eldest son of Lot and Morgause and nephew of Arthur; tested by the Green Knight. |
| ENT_ART_IGRAINE,SRC_GEOFFREY_MONMOUTH,primary text attestation | Igraine ENT_ART_IGRAINE | Geoffrey of Monmouth, Historia Regum Britanniae, c. 1136 CE SRC_GEOFFREY_MONMOUTH | primary text attestation | Wife of Gorlois then Uther; mother of Arthur, Morgan, and Morgause. |
| ENT_ART_KAY,SRC_GEOFFREY_MONMOUTH,primary text attestation | Kay ENT_ART_KAY | Geoffrey of Monmouth, Historia Regum Britanniae, c. 1136 CE SRC_GEOFFREY_MONMOUTH | primary text attestation | Arthur's foster-brother and seneschal, brusque but loyal. |
| ENT_ART_MERLIN,SRC_GEOFFREY_MONMOUTH,primary text attestation | Merlin ENT_ART_MERLIN | Geoffrey of Monmouth, Historia Regum Britanniae, c. 1136 CE SRC_GEOFFREY_MONMOUTH | primary text attestation | Prophet-magician who engineers Arthur's begetting and establishes the Round Table; in Robert de Boron, fathered by a devil and baptized. |
| ENT_ART_UTHER_PENDRAGON,SRC_GEOFFREY_MONMOUTH,primary text attestation | Uther Pendragon ENT_ART_UTHER_PENDRAGON | Geoffrey of Monmouth, Historia Regum Britanniae, c. 1136 CE SRC_GEOFFREY_MONMOUTH | primary text attestation | King who, disguised by Merlin as Gorlois, begets Arthur upon Igraine at Tintagel. |
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]);