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'}
2 rows where entity_id = "ENT_URA_KHALDI"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_URA_KHALDI,SRC_PIOTROVSKY_URARTU,scholarly attestation | Khaldi ENT_URA_KHALDI | Boris B. Piotrovsky, The Ancient Civilization of Urartu: An Archaeological Adventure, trans. James Hogarth (Cowles / Cresset Press, New York / London, 1969) SRC_PIOTROVSKY_URARTU | scholarly attestation | Piotrovsky (1969) pp. 90-110: Khaldi in the Urartian cult; the bronze shields and divine figures from Karmir Blur; the annals formula "By the greatness of Khaldi"; the Musasir treasury as described in Sargon II's campaign letter. |
| ENT_URA_KHALDI,SRC_ZIMANSKY_URARTU,scholarly attestation | Khaldi ENT_URA_KHALDI | Paul E. Zimansky, Ecology and Empire: The Structure of the Urartian State (Studies in Ancient Oriental Civilization 41; Oriental Institute of the University of Chicago, Chicago, 1985) SRC_ZIMANSKY_URARTU | scholarly attestation | Zimansky (1985) pp. 56-80: Khaldi as supreme deity; the divine triad structure; Khaldi's war-deity function in the royal campaign annals; the Musasir temple and its sacking by Sargon II in 714 BCE; Khaldi's iconography (standing on a lion). |
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]);