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

11 rows where object_entity_id = "ENT_STJ_SAGES"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: confidence, source_id

relationship_id ▼ subject_entity_id relationship_type object_entity_id confidence rationale source_id review_status period_id
7145 Simeon the Just ENT_STJ_SIMEON_THE_JUST member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES high Simeon the Just opens the chain of transmission in Pirkei Avot, counted among the Sages. Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN reviewed  
7146 Honi the Circle-Drawer ENT_STJ_HONI member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES high Honi the Circle-Drawer is a charismatic sage attested in the Mishnah and Josephus. Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN reviewed  
7147 Hillel the Elder ENT_STJ_HILLEL member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES high Hillel the Elder is a foundational Tannaitic sage. Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN reviewed  
7148 Shammai ENT_STJ_SHAMMAI member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES high Shammai is a foundational Tannaitic sage and counterpart of Hillel. Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN reviewed  
7149 Yohanan ben Zakkai ENT_STJ_YOHANAN_BEN_ZAKKAI member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES high Yohanan ben Zakkai is a leading post-Temple sage. Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN reviewed  
7150 Akiva ben Joseph ENT_STJ_AKIVA member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES high Akiva ben Joseph is a pre-eminent Tannaitic sage. Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN reviewed  
7151 Judah ha-Nasi ENT_STJ_JUDAH_HANASI member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES high Judah ha-Nasi redacted the Mishnah, closing the Tannaitic chain of sages. Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN reviewed  
7152 The Teacher of Righteousness ENT_STJ_TEACHER_OF_RIGHTEOUSNESS member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES medium The Teacher of Righteousness is an inspired sectarian teacher of Second Temple Judaism, grouped with the era's learned leaders. Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN reviewed  
7157 Gamaliel ENT_NT_GAMALIEL member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES high Gamaliel the Elder (already in the DB as the Acts figure) is a leading Tannaitic sage, grandson of Hillel; cross-linking the existing entity into the Second Temple sages hub. New Testament (primary text; Greek: Nestle-Aland 28th ed.; citations by book, chapter, and verse) SRC_NEW_TESTAMENT reviewed  
7161 Flavius Josephus ENT_STJ_JOSEPHUS member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES medium Josephus identifies as a Pharisee and learned interpreter of the Law; grouped with the era's learned figures (historian). Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN reviewed  
7234 Philo of Alexandria ENT_STJ_PHILO member_of The Sages of the Second Temple (Tannaitic and proto-rabbinic teachers) ENT_STJ_SAGES high Philo of Alexandria, the great Hellenistic-Jewish philosopher of the Second Temple period, belongs among its sages/thinkers. Peter Schäfer, The History of the Jews in the Greco-Roman World SRC_SCHAFER_JEWS_GRECO_ROMAN 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 3278.374ms · Data license: MIT · Data source: jebboone/deitydb