I have neo4j graph database. There are nodes and relationships called 'related'. Each relation has weight property called 'score'. Given a list of nodes, I would like to score them based on how much related are those each other. For example if they a...