✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Entity Periods

Period assignments linking entities to the historical periods when they are attested. An entity may span multiple periods. All Greek entities are assigned; Egyptian tradition is fully covered; total coverage exceeds 70%.

Data license: MIT · Data source: jebboone/deitydb

confidence
{'description': 'high / medium / low — certainty of the period assignment'}
rationale
{'description': 'Justification with source citations'}

9 rows where period_id = "PER_HUNGARIAN_PAGAN"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id period_id confidence rationale source_id review_status
ENT_HUN_BOLDOGASSZONY,PER_HUNGARIAN_PAGAN Boldogasszony ENT_HUN_BOLDOGASSZONY Pre-Christian Magyar Period PER_HUNGARIAN_PAGAN high Reconstructed great mother-goddess ('Blessed Lady') of the pagan Magyars, whose cult was assimilated to the Virgin Mary after Christianization. SRC_HUNGARIAN_MYTH reviewed
ENT_HUN_HADUR,PER_HUNGARIAN_PAGAN Hadúr ENT_HUN_HADUR Pre-Christian Magyar Period PER_HUNGARIAN_PAGAN high RECONSTRUCTED: 'War-lord' war-god, largely a 19th-century Romantic-era literary creation rather than a securely attested pagan deity. SRC_HUNGARIAN_MYTH reviewed
ENT_HUN_ISTEN,PER_HUNGARIAN_PAGAN Isten ENT_HUN_ISTEN Pre-Christian Magyar Period PER_HUNGARIAN_PAGAN high Supreme sky-god of the pagan Magyars whose name was retained as the ordinary Hungarian word for 'God' after Christianization. SRC_HUNGARIAN_MYTH reviewed
ENT_HUN_NAGYBOLDOGASSZONY,PER_HUNGARIAN_PAGAN Nagyboldogasszony ENT_HUN_NAGYBOLDOGASSZONY Pre-Christian Magyar Period PER_HUNGARIAN_PAGAN high The 'Great Blessed Lady', a grand or ancestral mother-goddess of reconstructed Magyar religion, later folded into Marian veneration of the Assumption. SRC_HUNGARIAN_MYTH reviewed
ENT_HUN_ORDOG,PER_HUNGARIAN_PAGAN Ördög ENT_HUN_ORDOG Pre-Christian Magyar Period PER_HUNGARIAN_PAGAN high The adversary and spirit of the underworld and evil in Magyar belief, the dark counterpart to Isten, later identified with the Christian Devil. SRC_HUNGARIAN_MYTH reviewed
ENT_HUN_PANTHEON,PER_HUNGARIAN_PAGAN Hungarian (Magyar) Pantheon ENT_HUN_PANTHEON Pre-Christian Magyar Period PER_HUNGARIAN_PAGAN high Collective grouping the figures of pre-Christian Magyar religion, largely a scholarly reconstruction from folklore, loanwords, and comparison since few pagan sources survive. SRC_HUNGARIAN_MYTH reviewed
ENT_HUN_TALTOS,PER_HUNGARIAN_PAGAN Táltos ENT_HUN_TALTOS Pre-Christian Magyar Period PER_HUNGARIAN_PAGAN high 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. SRC_HUNGARIAN_MYTH reviewed
ENT_HUN_TURUL,PER_HUNGARIAN_PAGAN Turul ENT_HUN_TURUL Pre-Christian Magyar Period PER_HUNGARIAN_PAGAN high Mythic falcon or bird of prey of the Magyar origin myth, ancestral protector of the Árpád dynasty as recorded in the medieval chronicles. SRC_HUNGARIAN_MYTH reviewed
ENT_HUN_VILAGFA,PER_HUNGARIAN_PAGAN Életfa / Világfa (World-Tree) ENT_HUN_VILAGFA Pre-Christian Magyar Period PER_HUNGARIAN_PAGAN high 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. SRC_HUNGARIAN_MYTH reviewed

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "entity_periods" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [period_id] TEXT REFERENCES [periods]([period_id]),
   [confidence] TEXT,
   [rationale] TEXT,
   [source_id] TEXT,
   [review_status] TEXT,
   PRIMARY KEY ([entity_id], [period_id])
);
CREATE INDEX [idx_entity_periods_period_id]
    ON [entity_periods] ([period_id]);
CREATE INDEX [idx_entity_periods_entity_id]
    ON [entity_periods] ([entity_id]);
Powered by Datasette · Queries took 8.707ms · Data license: MIT · Data source: jebboone/deitydb