entity_citations
Data license: MIT · Data source: jebboone/deitydb
1 row where entity_id = "ENT_GNO_HOLY_SPIRIT"
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_GNO_HOLY_SPIRIT_PISTIS | Holy Spirit ENT_GNO_HOLY_SPIRIT | Pistis Sophia (Askew Codex), c. 3rd-4th c. CE, Egypt SRC_PISTIS_SOPHIA | Pistis Sophia (Mead, 2nd ed. 1921) | Pistis Sophia ch. 141 (Mead 1921, p. 308; Coptic p. 373) | And after a little while my father sent me the holy spirit in the type of a dove. | G. R. S. Mead | 1921 | https://archive.org/details/pistissophiagnos1921mead | primary-verbatim | Chapter number per Schmidt's standard chapter division (Book IV, ch. 141), cross-checked against Schmidt/MacDermot 1978 ("after a little time my Father sent to me the Holy Spirit in the type of a dove"). Mead prints "holy spirit" in lower case. | 2026-07-02 | re-anchor v2.1.59 (was voided HTML grab): verbatim substring gate (whitespace-normalized) against the archive.org scan of Mead, Pistis Sophia 2nd ed. 1921 (pistissophiagnos1921mead), p. 308, fetched 2026-07-01; passage cross-verified in the owner's Schmidt/MacDermot 1978 PDF | 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]);