entity_citations
Data license: MIT · Data source: jebboone/deitydb
1 row where entity_id = "ENT_NT_ANANIAS_DAMASCUS"
This data as json, CSV (advanced)
Suggested facets: 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_NT_ANANIAS_DAMASCUS_KJV | Ananias of Damascus ENT_NT_ANANIAS_DAMASCUS | New Testament (primary text; Greek: Nestle-Aland 28th ed.; citations by book, chapter, and verse) SRC_NEW_TESTAMENT | The Bible (King James Version) | Acts 9:10 | And there was a certain disciple at Damascus, named Ananias; and to him said the Lord in a vision, Ananias. And he said, Behold, I am here, Lord. | King James Version | 1611 | https://www.gutenberg.org/ebooks/10 | primary-verbatim | English (KJV); the chapter:verse locus is translation-independent — consult the original (linked) for the Hebrew/Greek. | 2026-06-18 | deterministic verse extraction by book chapter:verse + substring gate (Gutenberg #10 KJV) | 1 | 0 | https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.01.0155 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);