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'}
10 rows where source_id = "SRC_BABYLONIAN_TALMUD"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ISR_ZIZ,SRC_BABYLONIAN_TALMUD,direct attestation | Ziz ENT_ISR_ZIZ | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Bava Batra 73b; Leviticus Rabbah 22:10 (on Psalm 50:11): the Ziz, the great bird of the primordial triad. |
| ENT_JM_AF_HEMAH,SRC_BABYLONIAN_TALMUD,direct attestation | Af and Hemah ENT_JM_AF_HEMAH | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Shabbat 55a; b. Nedarim 32a: Af (Anger) and Hemah (Wrath), the destroying angels. |
| ENT_JM_AGRAT,SRC_BABYLONIAN_TALMUD,direct attestation | Agrat bat Mahlat ENT_JM_AGRAT | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Pesachim 112b: Agrat bat Mahlat and her myriads of harmful angels who roam the night. |
| ENT_JM_AKATRIEL,SRC_BABYLONIAN_TALMUD,direct attestation | Akatriel ENT_JM_AKATRIEL | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Berakhot 7a: R. Ishmael sees Akatriel Yah, Lord of Hosts, enthroned in the sanctuary. |
| ENT_JM_DUMAH,SRC_BABYLONIAN_TALMUD,direct attestation | Dumah ENT_JM_DUMAH | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Berakhot 18b; b. Hagigah 5a: Dumah, the angel set over the spirits of the dead. |
| ENT_JM_GEHENNA,SRC_BABYLONIAN_TALMUD,direct attestation | Gehenna ENT_JM_GEHENNA | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Eruvin 19a; b. Pesachim 54a; Mishnah Avot 5:19: Gehenna, the fiery place of punishment. |
| ENT_JM_LILIN,SRC_BABYLONIAN_TALMUD,direct attestation | Lilin ENT_JM_LILIN | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Shabbat 151b; b. Eruvin 100b; Zohar: the lilin, the night-brood of Lilith. |
| ENT_JM_MAZZIKIN,SRC_BABYLONIAN_TALMUD,direct attestation | Mazzikin ENT_JM_MAZZIKIN | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Berakhot 6a: the mazzikin (harmers) that throng unseen about the living. |
| ENT_JM_SAR_HAOLAM,SRC_BABYLONIAN_TALMUD,direct attestation | Sar ha-Olam ENT_JM_SAR_HAOLAM | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Yevamot 16b; b. Hullin 60a: the Prince of the World (Sar ha-Olam), "the youth." |
| ENT_JM_SHEDIM,SRC_BABYLONIAN_TALMUD,direct attestation | Shedim ENT_JM_SHEDIM | The Babylonian Talmud (Talmud Bavli), c. 500-600 CE SRC_BABYLONIAN_TALMUD | direct attestation | b. Hagigah 16a; b. Berakhot 6a: the shedim, who share three traits with angels and three with humans. |
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]);