I have created a graph named 'family tree' and have added three persons with the label Persons.
Now i'm adding an edge between Andrew James and Timathy James such that, Andrew is the son of Timathy using the following command:
Now when I display the edges I get:
I am getting that Andrew is the son of Timathy, and also the opposite. What am I doing wrong here.
PS: Let's ignore the year_born and year_died for now.