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'}
13 rows where source_id = "SRC_SAMI_RELIGION"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_SAMI_BEAIVI,SRC_SAMI_RELIGION,scholarly attestation | Beaivi ENT_SAMI_BEAIVI | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | Sun deity of the Sámi, source of light, fertility of reindeer and crops, and of mental health; gender varies across sources. |
| ENT_SAMI_BIEGGOLMAI,SRC_SAMI_RELIGION,scholarly attestation | Bieggolmai ENT_SAMI_BIEGGOLMAI | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | The 'wind-man' who governs the winds and storms with his two shovels, raising and stilling the weather. |
| ENT_SAMI_HORAGALLES,SRC_SAMI_RELIGION,scholarly attestation | Horagalles ENT_SAMI_HORAGALLES | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | 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. |
| ENT_SAMI_JUOKSAHKKA,SRC_SAMI_RELIGION,scholarly attestation | Juoksáhkká ENT_SAMI_JUOKSAHKKA | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | Daughter of Máttaráhkká, the 'bow-woman' who turns a child male and protects boys and hunters. |
| ENT_SAMI_LEIBOLMAI,SRC_SAMI_RELIGION,scholarly attestation | Leib-olmai ENT_SAMI_LEIBOLMAI | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | The 'alder-man' or bear-and-hunt god whose favour was sought for success in the hunt, especially the bear hunt. |
| ENT_SAMI_MANNU,SRC_SAMI_RELIGION,scholarly attestation | Mánnu ENT_SAMI_MANNU | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | Personification of the moon in Sámi belief; comparatively lightly attested relative to the sun. |
| ENT_SAMI_MATTARAHKKA,SRC_SAMI_RELIGION,scholarly attestation | Máttaráhkká ENT_SAMI_MATTARAHKKA | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | 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. |
| ENT_SAMI_PANTHEON,SRC_SAMI_RELIGION,scholarly attestation | Sámi Pantheon ENT_SAMI_PANTHEON | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | Collective grouping the deities and spirits of the pre-Christian Sámi noaidi religion of Fennoscandia. |
| ENT_SAMI_RADIEN_AKKA,SRC_SAMI_RELIGION,scholarly attestation | Radien-akka ENT_SAMI_RADIEN_AKKA | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | Female consort of Radien-attje in the southern Sámi creator-pair cosmology. |
| ENT_SAMI_RADIEN_ATTJE,SRC_SAMI_RELIGION,scholarly attestation | Radien-attje ENT_SAMI_RADIEN_ATTJE | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | The high creator-father of the southern Sámi cosmology, a remote sky-ruler who delegates active rule. |
| ENT_SAMI_SARAHKKA,SRC_SAMI_RELIGION,scholarly attestation | Sáráhkká ENT_SAMI_SARAHKKA | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | Daughter of Máttaráhkká and the most venerated áhkká goddess, who aids women in menstruation and childbirth and dwells beneath the hearth. |
| ENT_SAMI_STALLO,SRC_SAMI_RELIGION,scholarly attestation | Stallo ENT_SAMI_STALLO | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | Stupid, man-eating ogre of Sámi folklore who pursues humans but is regularly outwitted; a folkloric rather than cultic figure. |
| ENT_SAMI_UKSAHKKA,SRC_SAMI_RELIGION,scholarly attestation | Uksáhkká ENT_SAMI_UKSAHKKA | Scholarship on the pre-Christian Sámi noaidi religion (e.g. Bäckman & Hultkrantz) SRC_SAMI_RELIGION | scholarly attestation | Daughter of Máttaráhkká, the 'door-woman' who dwells by the threshold and guards the newborn child. |
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]);