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_TIR"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ARM_TIR,SRC_AGATHANGELOS_HISTORY,direct attestation | Tir ENT_ARM_TIR | 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: "Tir, whom they call the scribe of Aramazd, who is called Hermes by the Greeks and Apollo by others; he who is the interpreter of dreams and the teacher of the arts of writing, who records human deeds." Temple at Artashat. Most detailed ancient description of Tir. |
| ENT_ARM_TIR,SRC_KHORENATSI_HISTORY,direct attestation | Tir ENT_ARM_TIR | 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 | II.12: Tir at Artashat; his role as recorder and interpreter. |
| ENT_ARM_TIR,SRC_RUSSELL_ZOR_ARMENIA,scholarly attestation | Tir ENT_ARM_TIR | 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. 380-440: Tir's etymology and function; the possible connection to Avestan Tishtrya (star Sirius); the Hermes and Apollo equations; scribal deity traditions. |
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]);