Entity Sources
Data license: MIT · Data source: jebboone/deitydb
- evidence_type
- {'description': 'e.g. Direct attestation, Secondary analysis, Epigraphic, Numismatic'}
- source_note
- {'description': 'Specific passage citations and notes on how this source attests the entity'}
9 rows where source_id = "SRC_HUNGARIAN_MYTH"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_HUN_BOLDOGASSZONY,SRC_HUNGARIAN_MYTH,scholarly attestation | Boldogasszony ENT_HUN_BOLDOGASSZONY | Scholarly reconstruction of pre-Christian Magyar religion (e.g. Róheim; Diószegi) SRC_HUNGARIAN_MYTH | scholarly attestation | Reconstructed great mother-goddess ('Blessed Lady') of the pagan Magyars, whose cult was assimilated to the Virgin Mary after Christianization. |
| ENT_HUN_HADUR,SRC_HUNGARIAN_MYTH,scholarly attestation | Hadúr ENT_HUN_HADUR | Scholarly reconstruction of pre-Christian Magyar religion (e.g. Róheim; Diószegi) SRC_HUNGARIAN_MYTH | scholarly attestation | RECONSTRUCTED: 'War-lord' war-god, largely a 19th-century Romantic-era literary creation rather than a securely attested pagan deity. |
| ENT_HUN_ISTEN,SRC_HUNGARIAN_MYTH,scholarly attestation | Isten ENT_HUN_ISTEN | Scholarly reconstruction of pre-Christian Magyar religion (e.g. Róheim; Diószegi) SRC_HUNGARIAN_MYTH | scholarly attestation | Supreme sky-god of the pagan Magyars whose name was retained as the ordinary Hungarian word for 'God' after Christianization. |
| ENT_HUN_NAGYBOLDOGASSZONY,SRC_HUNGARIAN_MYTH,scholarly attestation | Nagyboldogasszony ENT_HUN_NAGYBOLDOGASSZONY | Scholarly reconstruction of pre-Christian Magyar religion (e.g. Róheim; Diószegi) SRC_HUNGARIAN_MYTH | scholarly attestation | The 'Great Blessed Lady', a grand or ancestral mother-goddess of reconstructed Magyar religion, later folded into Marian veneration of the Assumption. |
| ENT_HUN_ORDOG,SRC_HUNGARIAN_MYTH,scholarly attestation | Ördög ENT_HUN_ORDOG | Scholarly reconstruction of pre-Christian Magyar religion (e.g. Róheim; Diószegi) SRC_HUNGARIAN_MYTH | scholarly attestation | The adversary and spirit of the underworld and evil in Magyar belief, the dark counterpart to Isten, later identified with the Christian Devil. |
| ENT_HUN_PANTHEON,SRC_HUNGARIAN_MYTH,scholarly attestation | Hungarian (Magyar) Pantheon ENT_HUN_PANTHEON | Scholarly reconstruction of pre-Christian Magyar religion (e.g. Róheim; Diószegi) SRC_HUNGARIAN_MYTH | scholarly attestation | Collective grouping the figures of pre-Christian Magyar religion, largely a scholarly reconstruction from folklore, loanwords, and comparison since few pagan sources survive. |
| ENT_HUN_TALTOS,SRC_HUNGARIAN_MYTH,scholarly attestation | Táltos ENT_HUN_TALTOS | Scholarly reconstruction of pre-Christian Magyar religion (e.g. Róheim; Diószegi) SRC_HUNGARIAN_MYTH | scholarly attestation | Class of Magyar shaman-seers, born with bodily marks, who entered trance to journey between worlds, heal, and divine; modeled here as a collective class. |
| ENT_HUN_TURUL,SRC_HUNGARIAN_MYTH,scholarly attestation | Turul ENT_HUN_TURUL | Scholarly reconstruction of pre-Christian Magyar religion (e.g. Róheim; Diószegi) SRC_HUNGARIAN_MYTH | scholarly attestation | Mythic falcon or bird of prey of the Magyar origin myth, ancestral protector of the Árpád dynasty as recorded in the medieval chronicles. |
| ENT_HUN_VILAGFA,SRC_HUNGARIAN_MYTH,scholarly attestation | Életfa / Világfa (World-Tree) ENT_HUN_VILAGFA | Scholarly reconstruction of pre-Christian Magyar religion (e.g. Róheim; Diószegi) SRC_HUNGARIAN_MYTH | scholarly attestation | The 'tree of life' or 'world-tree' connecting the upper, middle, and lower worlds in reconstructed Magyar shamanic cosmology, the path of the táltos. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_sources" (
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[source_id] TEXT REFERENCES [sources]([source_id]),
[evidence_type] TEXT,
[source_note] TEXT,
PRIMARY KEY ([entity_id], [source_id], [evidence_type])
);
CREATE INDEX [idx_entity_sources_source_id]
ON [entity_sources] ([source_id]);
CREATE INDEX [idx_entity_sources_entity_id]
ON [entity_sources] ([entity_id]);