entity_citations
Data license: MIT · Data source: jebboone/deitydb
1 row where entity_id = "ENT_REN_ENOCHIAN"
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_REN_ENOCHIAN_DEE | The Enochian System of John Dee ENT_REN_ENOCHIAN | Aleister Crowley, Liber LXXXIV vel Chanokh: A Brief Abstract of the Symbolic Representation of the Universe Derived by Doctor John Dee Through the Skrying of Sir Edward Kelly; The Equinox Vol. I Nos. 7-8 (London, 1912) SRC_CROWLEY_LIBER_CHANOKH | Liber LXXXIV vel Chanokh: A Brief Abstract of the Symbolic Representation of the Universe Derived by Doctor John Dee Through the Skrying of Sir Edward Kelly | The Equinox I(7) (1912), pp. 232-233 (part I, on the shew-stone and the great tablets) | The Shew-stone, a crystal which Dee alleged to have been brought to him by angels, was then placed upon this table, and the principal result of the ceremonial skrying of Sir Edward Kelly is the obtaining of the following diagrams | https://archive.org/details/crowley-equinox_202110 | secondary | Crowley's abstract is a secondary (reception) source for Dee's Enochian system; the primary sources — Dee's spirit diaries (Sloane MSS) and Casaubon, A True and Faithful Relation (1659) — exist online only as uncorrected black-letter scans. Supply a clean transcription of Casaubon or of Peterson's edition to upgrade this to a primary attestation. | 2026-07-02 | re-anchor v2.1.59 (was voided HTML grab): verbatim substring gate (whitespace-normalized; the "233 / THE EQUINOX" page-break running head between "this" and "table" stripped) against two independent archive.org scans of The Equinox I(7) (crowley-equinox_202110 and oto-equinox-vol-1-no-01-10), 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]);