Seeing relations
Our final goal is to create a knowledge graph representing the team's domain knowledge. A graph comprises nodes, objects/classes and their instances, and connections/relations. In the previous step, we developed a list of objects/nodes for a graph, and now we must connect them meaningfully.
How do we do that? How do we prove that relations exist? How do we define the type of relationship? How do we model connections, and how do we interpret them? Let's go step by step and bring a structure to our objects and put them into motion, reflecting the dynamics between them. Or, formally speaking, create structural and dynamic relations between the graph's nodes.