entity_citations
Data license: MIT · Data source: jebboone/deitydb
1 row where source_id = "SRC_CROWLEY_VISION_VOICE"
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_AETHYRS_DEE | The Thirty Aethyrs (Aires) of the Enochian System ENT_REN_AETHYRS | Aleister Crowley, Liber XXX Aerum vel Saeculi sub figura CCCCXVIII (The Vision and the Voice), visions received 1900/1909; first published as the Special Supplement to The Equinox Vol. I No. 5 (London, 1911) SRC_CROWLEY_VISION_VOICE | Liber XXX Aerum vel Saeculi sub figura CCCCXVIII (The Vision and the Voice) | The Cry of the Thirtieth or Inmost Aire or Æthyr, which is called TEX; The Equinox I(5), Special Supplement (1911), pp. 13-14 | Thus hast thou my name who am above these three, but the angels of the 30th Æthyr are indeed four, and they have none above them; wherefore dispersion and disorder. | https://archive.org/details/crowley-equinox_202110 | primary-verbatim | The 1911 Equinox printing uses the ligature "Æthyr" (OCR copies read "Aethyr" / "A'thyr"); "Aire" is Dee's own term for the Thirty Aethyrs (cf. Liber Scientiae). The Vision and the Voice is the primary modern text of the Thirty Aethyrs, received by Crowley 1900-1909 and published as the Special Supplement to The Equinox I(5). | 2026-07-02 | re-anchor v2.1.59 (was voided HTML grab): verbatim substring gate (whitespace-normalized; Æ ligature confirmed by two independent archive.org scans of The Equinox I(5) — crowley-equinox_202110 reads "Aethyr", oto-equinox-vol-1-no-01-10 reads the ligature) — 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]);