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'}
4 rows where entity_id = "ENT_ZOR_FRAVASHIS"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ZOR_FRAVASHIS,SRC_AVESTA,direct attestation | Fravashis ENT_ZOR_FRAVASHIS | Avesta SRC_AVESTA | direct attestation | Named in the Avesta. |
| ENT_ZOR_FRAVASHIS,SRC_BOYCE_ZOROASTRIANS,scholarly attestation | Fravashis ENT_ZOR_FRAVASHIS | Mary Boyce, Zoroastrians SRC_BOYCE_ZOROASTRIANS | scholarly attestation | Attested in Mary Boyce, Zoroastrians. |
| ENT_ZOR_FRAVASHIS,SRC_BUNDAHISHN,direct attestation | Fravashis ENT_ZOR_FRAVASHIS | Bundahishn SRC_BUNDAHISHN | direct attestation | Bundahishn 6B and throughout: the Fravashis (divine guardian spirits of the righteous) are documented in the Bundahishn as pre-existent spirits who chose to enter physical bodies to fight against Angra Mainyu; their nature as a personal guardian spirit is more fully developed here than in the Avesta |
| ENT_ZOR_FRAVASHIS,SRC_MENOG_I_KHRAD,primary text attestation | Fravashis ENT_ZOR_FRAVASHIS | Menog-i Khrad (The Spirit of Wisdom), Pahlavi text, 6th c. CE SRC_MENOG_I_KHRAD | primary text attestation | discussed in the Pahlavi wisdom text Menog-i Khrad |
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]);