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_ARM_VAHAGN"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ARM_VAHAGN,SRC_AGATHANGELOS_HISTORY,direct attestation | Vahagn ENT_ARM_VAHAGN | Agathangelos, History of the Armenians (Patmut'iwn Hayots'), 5th c. CE; trans. Robert W. Thomson (State University of New York Press, Albany NY, 1976) SRC_AGATHANGELOS_HISTORY | direct attestation | §22: "Vahagn, who is called Heracles among the Greeks" — explicitly equates Vahagn with Heracles at the Ashtishat temple; notes his role as destroyer of monsters. |
| ENT_ARM_VAHAGN,SRC_KHORENATSI_HISTORY,direct attestation | Vahagn ENT_ARM_VAHAGN | Movses Khorenatsi, History of Armenia (Patmut'iwn Hayots'), 5th c. CE; trans. Robert W. Thomson (Harvard University Press, Cambridge MA, 1978) SRC_KHORENATSI_HISTORY | direct attestation | I.31: the Vahagn birth hymn, the oldest surviving Armenian poem — preserving archaic oral material about his birth from the primal elements (sea, fire, sky). II.12: his temple at Ashtishat alongside Aramazd and Anahit. |
| ENT_ARM_VAHAGN,SRC_RUSSELL_ZOR_ARMENIA,scholarly attestation | Vahagn ENT_ARM_VAHAGN | James R. Russell, Zoroastrianism in Armenia (Harvard Iranian Series 5; Harvard University Department of Near Eastern Languages and Civilizations, Cambridge MA, 1987) SRC_RUSSELL_ZOR_ARMENIA | scholarly attestation | Russell (1987) pp. 443-500: Vahagn as Armenian reception of Zoroastrian Verethragna (god of victory, dragon-slayer) via Parthian Wahrāgn; the fire imagery of the birth hymn; the Heracles equation in the Hellenistic period. |
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]);