✦ 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_RIB"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id source_id evidence_type source_note
ENT_BRI_ANTENOCITICUS,SRC_RIB,inscriptional attestation Antenociticus ENT_BRI_ANTENOCITICUS R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.
ENT_BRI_BELATUCADROS,SRC_RIB,inscriptional attestation Belatucadros ENT_BRI_BELATUCADROS R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.
ENT_BRI_BRIGANTIA,SRC_RIB,inscriptional attestation Brigantia ENT_BRI_BRIGANTIA R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.
ENT_BRI_COCIDIUS,SRC_RIB,inscriptional attestation Cocidius ENT_BRI_COCIDIUS R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.
ENT_BRI_COVENTINA,SRC_RIB,inscriptional attestation Coventina ENT_BRI_COVENTINA R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.
ENT_BRI_NODENS,SRC_RIB,inscriptional attestation Nodens ENT_BRI_NODENS R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.
ENT_BRI_SULIS,SRC_RIB,inscriptional attestation Sulis ENT_BRI_SULIS R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.
ENT_BRI_VINOTONUS,SRC_RIB,inscriptional attestation Vinotonus ENT_BRI_VINOTONUS R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.
ENT_CEL_CAMULOS,SRC_RIB,inscriptional attestation Camulos ENT_CEL_CAMULOS R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.
ENT_CEL_LENUS,SRC_RIB,inscriptional attestation Lenus ENT_CEL_LENUS R. G. Collingwood & R. P. Wright, The Roman Inscriptions of Britain (RIB) SRC_RIB inscriptional attestation Attested in the Roman Inscriptions of Britain.

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