Aliases
Data license: MIT · Data source: jebboone/deitydb
- alias
- {'description': 'Alternate name, epithet, or variant spelling'}
11 rows where source_id = "SRC_BUTLER_SAINTS"
This data as json, CSV (advanced)
Suggested facets: entity_id, alias_type, language, confidence, review_status, notes
| alias_id ▼ | entity_id | alias_name | alias_type | language | source_id | confidence | review_status | notes |
|---|---|---|---|---|---|---|---|---|
| 76 | Mary Theotokos ENT_SAINT_MARY | Theotokos | title | Greek | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | Mary as God-bearer title. |
| 77 | Mary Theotokos ENT_SAINT_MARY | Mother of God | title/translation | English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | English Theotokos title. |
| 78 | John the Baptist ENT_SAINT_JOHN_BAPTIST | The Forerunner | title | English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | Common title for John the Baptist. |
| 79 | Mary Magdalene ENT_SAINT_MARY_MAGDALENE | Magdalene | common name | English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | Common shortened form. |
| 80 | Joseph ENT_SAINT_JOSEPH | Joseph the Worker | devotional title | English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | medium | needs_review | Devotional/liturgical title. |
| 81 | Eligius ENT_SAINT_ELOI | Saint Eloi | variant/common name | French/English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | Common French/English form of Eligius. |
| 82 | Eligius ENT_SAINT_ELOI | Eligius of Noyon | full name/title | English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | Fuller identifying form. |
| 83 | Anthony the Great ENT_SAINT_ANTHONY_ABBOT | Anthony of Egypt | variant title | English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | Common title. |
| 84 | Anthony the Great ENT_SAINT_ANTHONY_ABBOT | Anthony the Abbot | variant title | English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | Common title. |
| 85 | Catherine of Alexandria ENT_SAINT_CATHERINE_ALEX | Catherine of Alexandria | full name/title | English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | Fuller identifying form. |
| 86 | Cosmas and Damian ENT_SAINT_COSMAS_DAMIAN | Saints Cosmas and Damian | full name/title | English | Butler’s Lives of the Saints SRC_BUTLER_SAINTS | high | candidate_verified_name | Common paired title. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_aliases" (
[alias_id] INTEGER PRIMARY KEY,
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[alias_name] TEXT,
[alias_type] TEXT,
[language] TEXT,
[source_id] TEXT REFERENCES [sources]([source_id]),
[confidence] TEXT,
[review_status] TEXT,
[notes] TEXT
);
CREATE INDEX [idx_entity_aliases_source_id]
ON [entity_aliases] ([source_id]);
CREATE INDEX [idx_entity_aliases_entity_id]
ON [entity_aliases] ([entity_id]);