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'}
3 rows where entity_id = "ENT_ITA_SILVANUS"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ITA_SILVANUS,SRC_BEARD_ROMAN_RELIGIONS,scholarly attestation | Silvanus ENT_ITA_SILVANUS | Mary Beard, John North, Simon Price, Religions of Rome SRC_BEARD_ROMAN_RELIGIONS | scholarly attestation | Beard, North, Price (1998), Religions of Rome, vol. 1: Silvanus's social profile (slaves/freedmen, collegii). |
| ENT_ITA_SILVANUS,SRC_CIL,direct attestation | Silvanus ENT_ITA_SILVANUS | Corpus Inscriptionum Latinarum (Latin votive and dedicatory inscriptions) SRC_CIL | direct attestation | CIL: Silvanus is among the most frequently dedicated-to gods of the Latin inscriptions. |
| ENT_ITA_SILVANUS,SRC_VARRO_ANTIQ,direct attestation | Silvanus ENT_ITA_SILVANUS | Varro, Antiquitates Rerum Divinarum (c. 47 BCE, surviving via Augustine City of God) SRC_VARRO_ANTIQ | direct attestation | Antiquitates (frags.): Silvanus as di indigetes; boundary and forest function. |
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]);