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'}
18 rows where source_id = "SRC_LEBOR_GABALA"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_CEL_AENGUS,SRC_LEBOR_GABALA,direct attestation | Aengus ENT_CEL_AENGUS | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_BANBA,SRC_LEBOR_GABALA,direct attestation | Banba ENT_CEL_BANBA | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_BRIGID,SRC_LEBOR_GABALA,direct attestation | Brigid ENT_CEL_BRIGID | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_CERMAIT,SRC_LEBOR_GABALA,direct attestation | Cermait ENT_CEL_CERMAIT | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_DAGDA,SRC_LEBOR_GABALA,direct attestation | Dagda ENT_CEL_DAGDA | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_DANU,SRC_LEBOR_GABALA,direct attestation | Danu ENT_CEL_DANU | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_DIANCECHT,SRC_LEBOR_GABALA,direct attestation | Dian Cécht ENT_CEL_DIANCECHT | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_ERIU,SRC_LEBOR_GABALA,direct attestation | Ériu ENT_CEL_ERIU | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_ERNMAS,SRC_LEBOR_GABALA,direct attestation | Ernmas ENT_CEL_ERNMAS | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_FODLA,SRC_LEBOR_GABALA,direct attestation | Fódla ENT_CEL_FODLA | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_FOMORIANS,SRC_LEBOR_GABALA,direct attestation | Fomorians ENT_CEL_FOMORIANS | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_GOIBNIU,SRC_LEBOR_GABALA,direct attestation | Goibniu ENT_CEL_GOIBNIU | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_LIR,SRC_LEBOR_GABALA,direct attestation | Lir ENT_CEL_LIR | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_LUGH,SRC_LEBOR_GABALA,direct attestation | Lugh ENT_CEL_LUGH | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_MANANNAN,SRC_LEBOR_GABALA,direct attestation | Manannán mac Lir ENT_CEL_MANANNAN | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_NUADA,SRC_LEBOR_GABALA,direct attestation | Nuada ENT_CEL_NUADA | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_TETHRA,SRC_LEBOR_GABALA,direct attestation | Tethra ENT_CEL_TETHRA | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
| ENT_CEL_TUATHA,SRC_LEBOR_GABALA,direct attestation | Tuatha Dé Danann ENT_CEL_TUATHA | Lebor Gabála Érenn SRC_LEBOR_GABALA | direct attestation | Named in Lebor Gabála Érenn. |
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]);