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_SHIVINI"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_URA_SHIVINI,SRC_PIOTROVSKY_URARTU,scholarly attestation | Shivini ENT_URA_SHIVINI | 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. 96-98: Shivini in the divine triad; solar iconography in Urartian art and inscriptions. |
| ENT_URA_SHIVINI,SRC_ZIMANSKY_URARTU,scholarly attestation | Shivini ENT_URA_SHIVINI | 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. 70-72: Shivini as the third triad member; solar deity function; winged sun disk iconography; oath-witness role. |
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]);