entity_citations
Data license: MIT · Data source: jebboone/deitydb
1 row where entity_id = "ENT_MANICH_ADAMAS"
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_MANICH_ADAMAS_MANICH | Adamas of Light ENT_MANICH_ADAMAS | Manichaean Homilies (Medinet Madi codex), incl. The Sermon of the Great War, Coptic, 4th c. CE; ed. H. J. Polotsky (1934); trans. Iain Gardner in Gardner & Lieu, Manichaean Texts from the Roman Empire (Cambridge University Press, 2004) SRC_MANICHAEAN_HOMILIES | The Sermon of the Great War (Manichaean Homilies) | Homilies 40-41 (Sermon of the Great War; Gardner & Lieu, Manichaean Texts from the Roman Empire, no. 71, p. 226) | They will make a sign . . . all of you arise! The Adamas . . . who watches over his brethren, will proceed to the heights. | Iain Gardner | 2004 | None | primary-verbatim | Ellipses are lacunae in the Coptic codex as printed by the translator. The Adamas here — ascending with the Keeper of Splendour, King of Honour, King of Glory and the Porter at the end of the world — is the Adamas of Light, one of the five sons of the Living Spirit. No public-domain English translation of the Coptic Manichaica exists; quoted from the owner's copy of Gardner & Lieu 2004. | 2026-07-02 | re-source v2.1.59: verbatim substring gate (whitespace-normalized) against pdftotext of the owner's Gardner & Lieu 2004 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]);