Aliases
Data license: MIT · Data source: jebboone/deitydb
- alias
- {'description': 'Alternate name, epithet, or variant spelling'}
11 rows where source_id = "SRC_BUNDAHISHN"
This data as json, CSV (advanced)
Suggested facets: entity_id
| alias_id ▼ | entity_id | alias_name | alias_type | language | source_id | confidence | review_status | notes |
|---|---|---|---|---|---|---|---|---|
| 195 | Gaokerena ENT_ZOR_GAOKERENA | Gokard | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 196 | Gaokerena ENT_ZOR_GAOKERENA | Gokard tree | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 197 | Gaokerena ENT_ZOR_GAOKERENA | white Haoma | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 198 | Gopatshah ENT_ZOR_GOPATSHAH | Gopat-shah | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 199 | Gavaevodata ENT_ZOR_GAVAEVODATA | the primeval ox | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 200 | Gavaevodata ENT_ZOR_GAVAEVODATA | sole-created ox | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 201 | Gavaevodata ENT_ZOR_GAVAEVODATA | Gav | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 202 | Hadhayans ENT_ZOR_HADHAYANS | Hadhayosh | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 203 | Hadhayans ENT_ZOR_HADHAYANS | Sarsaok | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 204 | Hadhayans ENT_ZOR_HADHAYANS | Srisok | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
| 205 | Vizaresha ENT_ZOR_VIZARESHA | Vizaresh | variant | en | Bundahishn SRC_BUNDAHISHN | high | candidate_verified_name | West SBE5 spelling/epithet. |
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]);