✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Entity Sources

2,936 links between entities and the sources that attest them, with evidence type and passage-level notes. The primary evidence layer: every entity classification traces to at least one record here.

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'}

11 rows where source_id = "SRC_HADITH_GENERAL"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_note

Link entity_id source_id evidence_type source_note
ENT_ISL_ABDAL,SRC_HADITH_GENERAL,direct attestation Abdal ENT_ISL_ABDAL Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.
ENT_ISL_AZRAIL,SRC_HADITH_GENERAL,direct attestation Azrail ENT_ISL_AZRAIL Hadith general reference layer SRC_HADITH_GENERAL direct attestation Name Azrail/Izra'il appears in Hadith literature as the Angel of Death.
ENT_ISL_DAJJAL,SRC_HADITH_GENERAL,direct attestation Dajjal ENT_ISL_DAJJAL Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.
ENT_ISL_IFRIT,SRC_HADITH_GENERAL,direct attestation Ifrit ENT_ISL_IFRIT Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.
ENT_ISL_KIRAMAN_KATIBIN,SRC_HADITH_GENERAL,direct attestation Kiraman Katibin ENT_ISL_KIRAMAN_KATIBIN Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.
ENT_ISL_MARID,SRC_HADITH_GENERAL,direct attestation Marid ENT_ISL_MARID Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.
ENT_ISL_MUNKAR,SRC_HADITH_GENERAL,direct attestation Munkar ENT_ISL_MUNKAR Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.
ENT_ISL_NAKIR,SRC_HADITH_GENERAL,direct attestation Nakir ENT_ISL_NAKIR Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.
ENT_ISL_QARIN,SRC_HADITH_GENERAL,direct attestation Qarin ENT_ISL_QARIN Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.
ENT_ISL_QUTB,SRC_HADITH_GENERAL,direct attestation Qutb ENT_ISL_QUTB Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.
ENT_ISL_RIJAL_GHAYB,SRC_HADITH_GENERAL,direct attestation Rijal al-Ghayb ENT_ISL_RIJAL_GHAYB Hadith general reference layer SRC_HADITH_GENERAL direct attestation Named or described in Hadith literature.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 1035.773ms · Data license: MIT · Data source: jebboone/deitydb