Let's assume a database of workers and skill sets. Ron is a manager and plays saxophone.
Person:Ron <-[:SKILLED_IN]- Skill:Management
Person:Ron <-[:SKILLED_IN]- Skill:Saxophone
Andy endorses Ron as a saxophone player, but not as a manager. Is there a way to create an [:ENDORSES]
relationship that links Andy and Ron's [:SKILLED_IN]
relationship?
In other words, can you create a relationship between nodes and relationships?