I have a graph that has nodes for each kind of location. I want to create a relationship whenever a person visits a location. The relationship would look something like this.
(Person)-[visits_to]-(Visits)-[to_Location]-(Location)
All the location n...