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'}
6 rows where source_id = "SRC_MAIMONIDES_MISHNEH_TORAH"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_JM_CHERUBIM,SRC_MAIMONIDES_MISHNEH_TORAH,scholarly attestation | Cherubim ENT_JM_CHERUBIM | Maimonides, Mishneh Torah (Hilkhot Yesodei haTorah) SRC_MAIMONIDES_MISHNEH_TORAH | scholarly attestation | One of the ten ranks of angels (Maimonides, Yesodei haTorah 2:7) |
| ENT_JM_ELOHIM_RANK,SRC_MAIMONIDES_MISHNEH_TORAH,scholarly attestation | Elohim ENT_JM_ELOHIM_RANK | Maimonides, Mishneh Torah (Hilkhot Yesodei haTorah) SRC_MAIMONIDES_MISHNEH_TORAH | scholarly attestation | An angelic rank named Elohim among the ten orders (Maimonides) |
| ENT_JM_ERELIM,SRC_MAIMONIDES_MISHNEH_TORAH,scholarly attestation | Erelim ENT_JM_ERELIM | Maimonides, Mishneh Torah (Hilkhot Yesodei haTorah) SRC_MAIMONIDES_MISHNEH_TORAH | scholarly attestation | One of the ten ranks of angels (Maimonides; cf. Isaiah 33:7) |
| ENT_JM_HEAVENLY_HOST,SRC_MAIMONIDES_MISHNEH_TORAH,scholarly attestation | The Heavenly Host ENT_JM_HEAVENLY_HOST | Maimonides, Mishneh Torah (Hilkhot Yesodei haTorah) SRC_MAIMONIDES_MISHNEH_TORAH | scholarly attestation | Tzeva ha-Shamayim, the assembled host of the ten angelic ranks |
| ENT_JM_ISHIM,SRC_MAIMONIDES_MISHNEH_TORAH,scholarly attestation | Ishim ENT_JM_ISHIM | Maimonides, Mishneh Torah (Hilkhot Yesodei haTorah) SRC_MAIMONIDES_MISHNEH_TORAH | scholarly attestation | The tenth and lowest rank of angels (Maimonides, Yesodei haTorah 2:7) |
| ENT_JM_MALACHIM,SRC_MAIMONIDES_MISHNEH_TORAH,scholarly attestation | Malachim ENT_JM_MALACHIM | Maimonides, Mishneh Torah (Hilkhot Yesodei haTorah) SRC_MAIMONIDES_MISHNEH_TORAH | scholarly attestation | The rank of messenger-angels (Maimonides, Yesodei haTorah 2:7) |
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]);