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'}
13 rows where source_id = "SRC_HEKHALOT_SCHAFER_SYNOPSE"
This data as json, CSV (advanced)
Suggested facets: source_note
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_JM_CHAYYOT,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Chayyot ENT_JM_CHAYYOT | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Named in Hekhalot literature (Schäfer Synopse). |
| ENT_JM_HASHMALLIM,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Hashmallim ENT_JM_HASHMALLIM | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Named in Hekhalot literature (Schäfer Synopse). |
| ENT_JM_KEMUEL,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Kemuel ENT_JM_KEMUEL | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Great prince and gatekeeper who confronts Moses at the threshold of heaven |
| ENT_JM_MERKABAH,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Merkabah ENT_JM_MERKABAH | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Named in Hekhalot literature (Schäfer Synopse). |
| ENT_JM_METATRON,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Metatron ENT_JM_METATRON | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Named in Hekhalot literature (Schäfer Synopse). |
| ENT_JM_NURIEL,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Nuriel ENT_JM_NURIEL | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Angel of fire in Hekhalot and midrashic tradition |
| ENT_JM_OPHANIM,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Ophanim ENT_JM_OPHANIM | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Named in Hekhalot literature (Schäfer Synopse). |
| ENT_JM_RAZIEL,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Raziel ENT_JM_RAZIEL | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Named in Hekhalot literature (Schäfer Synopse). |
| ENT_JM_SANDALPHON,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Sandalphon ENT_JM_SANDALPHON | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Named in Hekhalot literature (Schäfer Synopse). |
| ENT_JM_SAR_HAPANIM,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Sar ha-Panim ENT_JM_SAR_HAPANIM | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Hekhalot Rabbati; the Sar ha-Panim adjuration: the Prince of the Presence compelled to descend. |
| ENT_JM_SAR_TORAH,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Sar Torah ENT_JM_SAR_TORAH | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | Named in Hekhalot literature (Schäfer Synopse). |
| ENT_JM_SERAPHIM,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Seraphim ENT_JM_SERAPHIM | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | |
| ENT_JM_ZAGZAGEL,SRC_HEKHALOT_SCHAFER_SYNOPSE,direct attestation | Zagzagel ENT_JM_ZAGZAGEL | Peter Schäfer, Synopse zur Hekhalot-Literatur SRC_HEKHALOT_SCHAFER_SYNOPSE | direct attestation | The Hekhalot literature: Zagzagel among the princes who teach the secrets of Torah. |
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]);