✦ 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'}

13 rows where period_id = "PER_SAMI_TRADITIONAL"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id period_id confidence rationale source_id review_status
ENT_SAMI_BEAIVI,PER_SAMI_TRADITIONAL Beaivi ENT_SAMI_BEAIVI Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high Sun deity of the Sámi, source of light, fertility of reindeer and crops, and of mental health; gender varies across sources. SRC_SAMI_RELIGION reviewed
ENT_SAMI_BIEGGOLMAI,PER_SAMI_TRADITIONAL Bieggolmai ENT_SAMI_BIEGGOLMAI Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high The 'wind-man' who governs the winds and storms with his two shovels, raising and stilling the weather. SRC_SAMI_RELIGION reviewed
ENT_SAMI_HORAGALLES,PER_SAMI_TRADITIONAL Horagalles ENT_SAMI_HORAGALLES Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high Thunder god of the Sámi, his name derived from 'Thor-karl' (Old Thor) and widely held to be a borrowing of the Norse Thor. SRC_SAMI_RELIGION reviewed
ENT_SAMI_JUOKSAHKKA,PER_SAMI_TRADITIONAL Juoksáhkká ENT_SAMI_JUOKSAHKKA Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high Daughter of Máttaráhkká, the 'bow-woman' who turns a child male and protects boys and hunters. SRC_SAMI_RELIGION reviewed
ENT_SAMI_LEIBOLMAI,PER_SAMI_TRADITIONAL Leib-olmai ENT_SAMI_LEIBOLMAI Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high The 'alder-man' or bear-and-hunt god whose favour was sought for success in the hunt, especially the bear hunt. SRC_SAMI_RELIGION reviewed
ENT_SAMI_MANNU,PER_SAMI_TRADITIONAL Mánnu ENT_SAMI_MANNU Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high Personification of the moon in Sámi belief; comparatively lightly attested relative to the sun. SRC_SAMI_RELIGION reviewed
ENT_SAMI_MATTARAHKKA,PER_SAMI_TRADITIONAL Máttaráhkká ENT_SAMI_MATTARAHKKA Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high The great mother-goddess of the Sámi who receives the soul of the child and presides over birth, mother of the three áhkká household goddesses. SRC_SAMI_RELIGION reviewed
ENT_SAMI_PANTHEON,PER_SAMI_TRADITIONAL Sámi Pantheon ENT_SAMI_PANTHEON Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high Collective grouping the deities and spirits of the pre-Christian Sámi noaidi religion of Fennoscandia. SRC_SAMI_RELIGION reviewed
ENT_SAMI_RADIEN_AKKA,PER_SAMI_TRADITIONAL Radien-akka ENT_SAMI_RADIEN_AKKA Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high Female consort of Radien-attje in the southern Sámi creator-pair cosmology. SRC_SAMI_RELIGION reviewed
ENT_SAMI_RADIEN_ATTJE,PER_SAMI_TRADITIONAL Radien-attje ENT_SAMI_RADIEN_ATTJE Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high The high creator-father of the southern Sámi cosmology, a remote sky-ruler who delegates active rule. SRC_SAMI_RELIGION reviewed
ENT_SAMI_SARAHKKA,PER_SAMI_TRADITIONAL Sáráhkká ENT_SAMI_SARAHKKA Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high Daughter of Máttaráhkká and the most venerated áhkká goddess, who aids women in menstruation and childbirth and dwells beneath the hearth. SRC_SAMI_RELIGION reviewed
ENT_SAMI_STALLO,PER_SAMI_TRADITIONAL Stallo ENT_SAMI_STALLO Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high Stupid, man-eating ogre of Sámi folklore who pursues humans but is regularly outwitted; a folkloric rather than cultic figure. SRC_SAMI_RELIGION reviewed
ENT_SAMI_UKSAHKKA,PER_SAMI_TRADITIONAL Uksáhkká ENT_SAMI_UKSAHKKA Sámi Traditional / Pre-Christian PER_SAMI_TRADITIONAL high Daughter of Máttaráhkká, the 'door-woman' who dwells by the threshold and guards the newborn child. SRC_SAMI_RELIGION 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 1364.286ms · Data license: MIT · Data source: jebboone/deitydb