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

Relationships

2,079 typed, source-backed relationships between entities. Each row records a directed relationship (subject → type → object) with a justifying source and rationale note. See relationship_types for the full controlled vocabulary of 70 relationship types. Key types: reception_of / received_as (transmission across traditions), equated_with (interpretatio graeca / analogues), parent_of (genealogy), member_of (collective membership), emanates_from (Gnostic/Neoplatonic structure).

Data license: MIT · Data source: jebboone/deitydb

subject_entity_id
{'description': 'The entity initiating or holding the relationship'}
relationship_type
{'description': 'Typed relationship from the controlled vocabulary (see relationship_types table)'}
object_entity_id
{'description': 'The entity receiving or targeted by the relationship'}
confidence
{'description': 'high / medium / low / speculative'}
rationale
{'description': 'Scholarly justification for the relationship, with source citations'}
source_id
{'description': 'Primary source justifying this relationship'}
period_id
{'description': 'Historical period in which this relationship is attested (null = all periods)'}

12 rows where source_id = "SRC_VIRGIL_AENEID"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subject_entity_id, relationship_type, object_entity_id, confidence

relationship_id ▼ subject_entity_id relationship_type object_entity_id confidence rationale source_id review_status period_id
2460 Picus ENT_ITA_PICUS parent_of Faunus ENT_ITA_FAUNUS high Virgil Aeneid 7.48: "Fauno Picus pater" — Picus is the father of Faunus, making Picus the first generation of the Latin divine genealogy. This sequence (Picus → Faunus → Latinus → Lavinia ← Aeneas) is the genealogical spine of Virgil's Latium foundation myth. Virgil Aeneid 7.45-48. Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed Archaic Italic (c. 900–509 BCE) PER_ITA_ARCHAIC
2464 Silvanus ENT_ITA_SILVANUS aligned_with Pan ENT_PAN medium Silvanus and Pan share the structural function of deity of uncultivated, boundary wildlands, and both are associated with shepherds and the rustic world beyond the city. Virgil's Eclogues place them in equivalent roles: "Silvanus and Pan and the sisterhood of Naiads" (Ecl. 10.24-26). Ancient writers sometimes grouped them together as rural deities. However, unlike Faunus/Pan, the identification of Silvanus with Pan is less systematic — Silvanus has a distinctly Italic character (boundary guardian, property deity) that Pan lacks. Confidence medium: structural parallel and Virgilian grouping, not explicit identification. Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed Archaic Italic (c. 900–509 BCE) PER_ITA_ARCHAIC
7806 The Greek Underworld (House of Hades) ENT_GRR_UNDERWORLD ruled_by Hades ENT_HADES high The underworld is ruled by Hades, its eponymous lord. Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  
7807 Elysium (Elysian Fields) ENT_GRR_ELYSIUM dwells_in The Greek Underworld (House of Hades) ENT_GRR_UNDERWORLD medium In the developed topography (Virgil Aeneid 6) Elysium is a region within the underworld. Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  
7809 The Mourning Fields (Lugentes Campi) ENT_GRR_MOURNING_FIELDS dwells_in The Greek Underworld (House of Hades) ENT_GRR_UNDERWORLD medium The Lugentes Campi are a named region of the underworld (Aeneid 6.441). Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  
7810 The Plain of Lethe ENT_GRR_PLAIN_LETHE dwells_in The Greek Underworld (House of Hades) ENT_GRR_UNDERWORLD medium The Plain of Lethe lies within the underworld, where souls prepare for rebirth (Aeneid 6.703ff). Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  
7811 The Fields of Punishment ENT_GRR_FIELDS_PUNISHMENT dwells_in The Greek Underworld (House of Hades) ENT_GRR_UNDERWORLD high The Fields of Punishment are the penal region of the underworld (Aeneid 6.548ff). Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  
7812 The Fields of Punishment ENT_GRR_FIELDS_PUNISHMENT dwells_in Tartarus ENT_TARTARUS medium The Fields of Punishment lie above and continuous with the abyss of Tartarus, where the deepest torments occur (Aeneid 6; Hesiod Theogony 717ff). Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  
7813 The Fields of Punishment ENT_GRR_FIELDS_PUNISHMENT associated_with Phlegethon ENT_PHLEGETHON high The Fields of Punishment are encircled by the flaming river Phlegethon (Aeneid 6.550-551). Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  
7814 The Plain of Lethe ENT_GRR_PLAIN_LETHE associated_with Lethe ENT_LETHE high The Plain of Lethe takes its name from and is watered by the river Lethe of forgetfulness (Aeneid 6.705, 714). Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  
7815 The Greek Underworld (House of Hades) ENT_GRR_UNDERWORLD embodied_by Erebus ENT_EREBUS medium Erebus, primordial darkness, is the gloom of the underworld through which the dead pass (Hesiod Theogony 123; Homer). Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  
7817 The Fields of Punishment ENT_GRR_FIELDS_PUNISHMENT presided_over_by Rhadamanthus ENT_RHADAMANTHUS medium Rhadamanthus presides over the punishment of the wicked in the penal region (Aeneid 6.566-569). Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID reviewed  

Advanced export

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

CSV options:

CREATE TABLE "entity_relationships" (
   [relationship_id] INTEGER PRIMARY KEY,
   [subject_entity_id] TEXT REFERENCES [entities]([entity_id]),
   [relationship_type] TEXT REFERENCES [relationship_types]([relationship_type]),
   [object_entity_id] TEXT REFERENCES [entities]([entity_id]),
   [confidence] TEXT,
   [rationale] TEXT,
   [source_id] TEXT REFERENCES [sources]([source_id]),
   [review_status] TEXT,
   [period_id] TEXT REFERENCES [periods]([period_id])
);
CREATE INDEX [idx_entity_relationships_period_id]
    ON [entity_relationships] ([period_id]);
CREATE INDEX [idx_entity_relationships_source_id]
    ON [entity_relationships] ([source_id]);
CREATE INDEX [idx_entity_relationships_object_entity_id]
    ON [entity_relationships] ([object_entity_id]);
CREATE INDEX [idx_entity_relationships_relationship_type]
    ON [entity_relationships] ([relationship_type]);
CREATE INDEX [idx_entity_relationships_subject_entity_id]
    ON [entity_relationships] ([subject_entity_id]);
Powered by Datasette · Queries took 2721.124ms · Data license: MIT · Data source: jebboone/deitydb