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'}
6 rows where source_id = "SRC_STRABO_GEOGRAPHY"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_CABEIRI,SRC_STRABO_GEOGRAPHY,direct attestation | Cabeiri ENT_CABEIRI | Strabo, Geographica (Geography), c. 7 BCE-23 CE SRC_STRABO_GEOGRAPHY | direct attestation | Strabo, Geography 10.3.21: the Kabeiroi and their mystery rites, linked to Samothrace and Lemnos. |
| ENT_KORYBANTES,SRC_STRABO_GEOGRAPHY,direct attestation | Korybantes ENT_KORYBANTES | Strabo, Geographica (Geography), c. 7 BCE-23 CE SRC_STRABO_GEOGRAPHY | direct attestation | Strabo, Geography 10.3.19: the Korybantes, armed dancers of the Phrygian Mother, linked with the Kouretes and Kabeiroi. |
| ENT_MINTHE,SRC_STRABO_GEOGRAPHY,direct attestation | Minthe ENT_MINTHE | Strabo, Geographica (Geography), c. 7 BCE-23 CE SRC_STRABO_GEOGRAPHY | direct attestation | Strabo, Geography 8.3.14: Hades's concubine, trampled by Persephone and changed into mint. |
| ENT_M_N,SRC_STRABO_GEOGRAPHY,direct attestation | Mên ENT_M_N | Strabo, Geographica (Geography), c. 7 BCE-23 CE SRC_STRABO_GEOGRAPHY | direct attestation | Strabo, Geography 12.3.31: the Anatolian lunar god Men Pharnakou, worshipped at Ameria in Pontus. |
| ENT_SATYRS,SRC_STRABO_GEOGRAPHY,direct attestation | Satyrs ENT_SATYRS | Strabo, Geographica (Geography), c. 7 BCE-23 CE SRC_STRABO_GEOGRAPHY | direct attestation | Hesiod fr. 10a (Merkelbach-West), transmitted by Strabo 10.3.19: the Satyrs born with the Nymphs and Kouretes. |
| ENT_TYCHON,SRC_STRABO_GEOGRAPHY,direct attestation | Tychon ENT_TYCHON | Strabo, Geographica (Geography), c. 7 BCE-23 CE SRC_STRABO_GEOGRAPHY | direct attestation | Strabo, Geography 13.1.12: Tychon among Priapus's fertility daimones with Konisalos and Orthanes. |
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]);