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'}
20 rows where source_id = "SRC_SIMEK_NORTHERN_MYTH"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_NOR_AESIR,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Aesir ENT_NOR_AESIR | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_BALDR,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Baldr ENT_NOR_BALDR | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_DWARVES,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Dwarves ENT_NOR_DWARVES | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_FENRIR,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Fenrir ENT_NOR_FENRIR | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_FREYJA,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Freyja ENT_NOR_FREYJA | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_FREYR,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Freyr ENT_NOR_FREYR | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_FRIGG,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Frigg ENT_NOR_FRIGG | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_HEL,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Hel ENT_NOR_HEL | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_JORMUNGANDR,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Jörmungandr ENT_NOR_JORMUNGANDR | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_JOTNAR,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Jötnar ENT_NOR_JOTNAR | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_LOKI,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Loki ENT_NOR_LOKI | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_NIDHOGG,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Níðhöggr ENT_NOR_NIDHOGG | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_NJORD,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Njord ENT_NOR_NJORD | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_NORNS,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Norns ENT_NOR_NORNS | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_ODIN,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Odin ENT_NOR_ODIN | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_THOR,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Thor ENT_NOR_THOR | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_TYR,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Tyr ENT_NOR_TYR | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_VALKYRIES,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Valkyries ENT_NOR_VALKYRIES | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_VANIR,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Vanir ENT_NOR_VANIR | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
| ENT_NOR_YGGDRASIL,SRC_SIMEK_NORTHERN_MYTH,scholarly attestation | Yggdrasil ENT_NOR_YGGDRASIL | Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH | scholarly attestation | Attested in Simek, Dictionary of Northern Mythology. |
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]);