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'}
15 rows where source_id = "SRC_DROWER_MANDAEANS"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_MAN_ABATHUR,SRC_DROWER_MANDAEANS,scholarly attestation | Abathur ENT_MAN_ABATHUR | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_ANOSH,SRC_DROWER_MANDAEANS,scholarly attestation | Anosh ENT_MAN_ANOSH | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_HAYYI_RABBI,SRC_DROWER_MANDAEANS,scholarly attestation | Hayyi Rabbi ENT_MAN_HAYYI_RABBI | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_HIBIL_ZIWA,SRC_DROWER_MANDAEANS,scholarly attestation | Hibil Ziwa ENT_MAN_HIBIL_ZIWA | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_JOHN_BAPTIST,SRC_DROWER_MANDAEANS,scholarly attestation | John the Baptist ENT_MAN_JOHN_BAPTIST | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_JORDAN,SRC_DROWER_MANDAEANS,scholarly attestation | Jordan ENT_MAN_JORDAN | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_MANA_RABBA,SRC_DROWER_MANDAEANS,scholarly attestation | Mana Rabba ENT_MAN_MANA_RABBA | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_MANDA_D_HAYYI,SRC_DROWER_MANDAEANS,scholarly attestation | Manda d-Hayyi ENT_MAN_MANDA_D_HAYYI | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_MELKA_D_NHURA,SRC_DROWER_MANDAEANS,scholarly attestation | Melka d-Nhura ENT_MAN_MELKA_D_NHURA | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_PLANETS,SRC_DROWER_MANDAEANS,scholarly attestation | Seven Planets ENT_MAN_PLANETS | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_PTAHIL,SRC_DROWER_MANDAEANS,scholarly attestation | Ptahil ENT_MAN_PTAHIL | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_RUHA,SRC_DROWER_MANDAEANS,scholarly attestation | Ruha ENT_MAN_RUHA | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_SITIL,SRC_DROWER_MANDAEANS,scholarly attestation | Sitil ENT_MAN_SITIL | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_UR,SRC_DROWER_MANDAEANS,scholarly attestation | Ur ENT_MAN_UR | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
| ENT_MAN_YUSHAMIN,SRC_DROWER_MANDAEANS,scholarly attestation | Yushamin ENT_MAN_YUSHAMIN | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | scholarly attestation | Attested in Drower, The Mandaeans of Iraq and Iran. |
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]);