We have a big website with persons and how they are related.
Now we try to import them into neo4j and within the import process we get duplicate nodes of one Person and they are connected with SAME_AS-edges.
Person-Nodes can have one or more SAME_AS-edges but only the node starting with a major character is the main node and all other nodes should be merged to that main node.
Unfortunatelly the SAME_AS-edges do not always point to the main person-node (as you can see in the first picture).
Any help would be great.