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

entity_citations

Data license: MIT · Data source: jebboone/deitydb

6 rows where source_id = "SRC_KJV_APOCRYPHA"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: work_title, source_url, verified_on (date)

citation_id ▼ entity_id source_id work_title locus quote translator translation_year source_url evidence_grade evidence_note verified_on verify_method display_order needs_review review_reason original_text_url
CIT_STJ_ANTIOCHUS_IV_SEC Antiochus IV Epiphanes ENT_STJ_ANTIOCHUS_IV The Holy Bible, King James Version (Authorized Version, 1611) — Apocrypha (Tobit, Judith, 1-2 Maccabees) SRC_KJV_APOCRYPHA 1 Maccabees (KJV Apocrypha) 1 Maccabees 1:10 there came out of them a wicked root, Antiochus surnamed Epiphanes King James translators (Authorized Version) 1611 https://en.wikisource.org/wiki/Bible_(King_James)/1_Maccabees primary-verbatim Antiochus IV Epiphanes, the "wicked root" persecutor of the Maccabean revolt. 2026-07-05 verbatim from KJV Apocrypha (1611), public domain; substring-verified 2 1 sourced from PD primary [v2.1.78]  
CIT_STJ_HOLOFERNES_SEC Holofernes ENT_STJ_HOLOFERNES The Holy Bible, King James Version (Authorized Version, 1611) — Apocrypha (Tobit, Judith, 1-2 Maccabees) SRC_KJV_APOCRYPHA Judith (KJV Apocrypha) Judith 2:4 Nabuchodonosor king of the Assyrians called Holofernes the chief captain of his army King James translators (Authorized Version) 1611 https://en.wikisource.org/wiki/Bible_(King_James)/Judith primary-verbatim Holofernes, the Assyrian general beheaded by Judith. 2026-07-05 verbatim from KJV Apocrypha (1611), public domain; substring-verified 2 1 sourced from PD primary [v2.1.78]  
CIT_STJ_MACCABEAN_MOTHER_SEC The Mother of the Maccabean Martyrs (Hannah / Solomonia) ENT_STJ_MACCABEAN_MOTHER The Holy Bible, King James Version (Authorized Version, 1611) — Apocrypha (Tobit, Judith, 1-2 Maccabees) SRC_KJV_APOCRYPHA 2 Maccabees (KJV Apocrypha) 2 Maccabees 7:20 But the mother was marvellous above all, and worthy of honourable memory King James translators (Authorized Version) 1611 https://en.wikisource.org/wiki/Bible_(King_James)/2_Maccabees primary-verbatim The mother of the seven Maccabean martyrs (later named Hannah / Solomonia). 2026-07-05 verbatim from KJV Apocrypha (1611), public domain; substring-verified 2 1 sourced from PD primary [v2.1.78]  
CIT_STJ_MACCABEE_BROTHERS_SEC The Maccabee Brothers ENT_STJ_MACCABEE_BROTHERS The Holy Bible, King James Version (Authorized Version, 1611) — Apocrypha (Tobit, Judith, 1-2 Maccabees) SRC_KJV_APOCRYPHA 1 Maccabees (KJV Apocrypha) 1 Maccabees 2:3-5 Simon, called Thassi: Judas, who was called Maccabeus: Eleazar, called Avaran: and Jonathan, whose surname was Apphus King James translators (Authorized Version) 1611 https://en.wikisource.org/wiki/Bible_(King_James)/1_Maccabees primary-verbatim The Maccabee brothers, the sons of Mattathias who led the revolt. 2026-07-05 verbatim from KJV Apocrypha (1611), public domain; substring-verified 2 1 sourced from PD primary [v2.1.78]  
CIT_STJ_TOBIAS_SEC Tobias son of Tobit ENT_STJ_TOBIAS The Holy Bible, King James Version (Authorized Version, 1611) — Apocrypha (Tobit, Judith, 1-2 Maccabees) SRC_KJV_APOCRYPHA Tobit (KJV Apocrypha) Tobit 1:9 of her I begat Tobias King James translators (Authorized Version) 1611 https://en.wikisource.org/wiki/Bible_(King_James)/Tobit primary-verbatim Tobias, son of Tobit, who journeys with the angel Raphael. 2026-07-05 verbatim from KJV Apocrypha (1611), public domain; substring-verified 2 1 sourced from PD primary [v2.1.78]  
CIT_TOBIT_SEC Tobit ENT_TOBIT The Holy Bible, King James Version (Authorized Version, 1611) — Apocrypha (Tobit, Judith, 1-2 Maccabees) SRC_KJV_APOCRYPHA Tobit (KJV Apocrypha) Tobit 1:1 The book of the words of Tobit, son of Tobiel, the son of Ananiel King James translators (Authorized Version) 1611 https://en.wikisource.org/wiki/Bible_(King_James)/Tobit primary-verbatim Tobit of the tribe of Naphtali, the pious exile whose book bears his name. 2026-07-05 verbatim from KJV Apocrypha (1611), public domain; substring-verified 2 1 sourced from PD primary [v2.1.78]  

Advanced export

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

CSV options:

CREATE TABLE "entity_citations" (
   [citation_id] TEXT PRIMARY KEY,
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [source_id] TEXT REFERENCES [sources]([source_id]),
   [work_title] TEXT,
   [locus] TEXT,
   [quote] TEXT,
   [translator] TEXT,
   [translation_year] INTEGER,
   [source_url] TEXT,
   [evidence_grade] TEXT,
   [evidence_note] TEXT,
   [verified_on] TEXT,
   [verify_method] TEXT,
   [display_order] INTEGER,
   [needs_review] INTEGER,
   [review_reason] TEXT,
   [original_text_url] TEXT
);
CREATE INDEX [idx_entity_citations_source_id]
    ON [entity_citations] ([source_id]);
CREATE INDEX [idx_entity_citations_entity_id]
    ON [entity_citations] ([entity_id]);
Powered by Datasette · Queries took 2311.854ms · Data license: MIT · Data source: jebboone/deitydb