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'}
4 rows where entity_id = "ENT_ITA_FAUNUS"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ITA_FAUNUS,SRC_BEARD_ROMAN_RELIGIONS,scholarly attestation | Faunus ENT_ITA_FAUNUS | Mary Beard, John North, Simon Price, Religions of Rome SRC_BEARD_ROMAN_RELIGIONS | scholarly attestation | Beard, North, Price (1998), Religions of Rome, vol. 1: Lupercalia and Faunus. |
| ENT_ITA_FAUNUS,SRC_OVID_FASTI,direct attestation | Faunus ENT_ITA_FAUNUS | Ovid, Fasti SRC_OVID_FASTI | direct attestation | Fasti 2.267-380: Faunus and the Lupercalia festival; 2.193-474; 5.99-102. |
| ENT_ITA_FAUNUS,SRC_VARRO_ANTIQ,direct attestation | Faunus ENT_ITA_FAUNUS | Varro, Antiquitates Rerum Divinarum (c. 47 BCE, surviving via Augustine City of God) SRC_VARRO_ANTIQ | direct attestation | Antiquitates Rerum Divinarum (frags.): Faunus as di indigetes; testimony preserved in Augustine, City of God 18.15. |
| ENT_ITA_FAUNUS,SRC_VIRGIL_AENEID,direct attestation | Faunus ENT_ITA_FAUNUS | Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID | direct attestation | Aeneid 7.81-106: Faunus as oracle and father/ancestor of Latinus. |
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]);