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 source_id = "SRC_ZAEHNER_ZURVAN"
This data as json, CSV (advanced)
Suggested facets: source_note
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ZOR_ZURVAN,SRC_ZAEHNER_ZURVAN,scholarly attestation | Zurvan ENT_ZOR_ZURVAN | R. C. Zaehner, Zurvan: A Zoroastrian Dilemma (1955) SRC_ZAEHNER_ZURVAN | scholarly attestation | Zaehner, Zurvan (1955): in the Zurvanite heresy, Time/Zurvan fathers the twin spirits Ohrmazd and Ahriman. |
| ENT_ZOR_ZURVAN_AKARANA,SRC_ZAEHNER_ZURVAN,scholarly attestation | Zurvan akarana ENT_ZOR_ZURVAN_AKARANA | R. C. Zaehner, Zurvan: A Zoroastrian Dilemma (1955) SRC_ZAEHNER_ZURVAN | scholarly attestation | attestation |
| ENT_ZOR_ZURVAN_DAREGHO,SRC_ZAEHNER_ZURVAN,scholarly attestation | Zurvan daregho-chvadhata ENT_ZOR_ZURVAN_DAREGHO | R. C. Zaehner, Zurvan: A Zoroastrian Dilemma (1955) SRC_ZAEHNER_ZURVAN | scholarly attestation | attestation |
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]);