entity_citations
Data license: MIT · Data source: jebboone/deitydb
1 row where entity_id = "ENT_THO_LIVING_JESUS"
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_THO_LIVING_JESUS_PISTIS | Living Jesus ENT_THO_LIVING_JESUS | The (Two) Books of Jeu (Bruce Codex), c. 3rd-4th c. CE, Egypt SRC_BOOKS_OF_JEU | The First Book of Jeu (Bruce Codex) | 1 Jeu 1 (Schmidt/MacDermot, The Books of Jeu and the Untitled Text in the Bruce Codex, pp. 39-40) | in the knowledge of the living Jesus, who has come forth through the Father from the aeon of light at the completion of the pleroma | Violet MacDermot | 1978 | primary-verbatim | Neither Mead's nor Schmidt/MacDermot's Pistis Sophia uses the title "living Jesus" (both checked); the epithet's primary Coptic-Gnostic attestations are the Books of Jeu (passim, incl. "The living Jesus answered and said to his apostles") and the Gospel of Thomas incipit, whose standard English translations are in copyright. Quoted from the owner's copy of Schmidt/MacDermot 1978. | 2026-07-02 | re-anchor v2.1.59 (was voided HTML grab): verbatim substring gate (whitespace-normalized) against the owner's Schmidt/MacDermot 1978 PDF (Google Drive "Texts"), 2026-07-01 | 1 | 0 |
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]);