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_ETR_UNI"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ETR_UNI,SRC_DEGRUMMOND_ETRUSCAN,scholarly attestation | Uni ENT_ETR_UNI | De Grummond, Nancy Thomson. Etruscan Myth, Sacred History, and Legend (University of Pennsylvania Museum, 2006) SRC_DEGRUMMOND_ETRUSCAN | scholarly attestation | De Grummond (2006) ch. 4 on Uni/Juno and the Pyrgi tablets |
| ENT_ETR_UNI,SRC_PIACENZA_LIVER,direct attestation | Uni ENT_ETR_UNI | Piacenza Liver (c. 100 BCE) SRC_PIACENZA_LIVER | direct attestation | Named on Piacenza liver; attests her position in the divine council |
| ENT_ETR_UNI,SRC_PYRGI_TABLETS,direct attestation | Uni ENT_ETR_UNI | Pyrgi Gold Tablets (c. 500 BCE) SRC_PYRGI_TABLETS | direct attestation | Named in Etruscan text of Pyrgi tablets; equated with Phoenician Astarte in the Phoenician text; c. 500 BCE |
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]);