Is it possible to create multiple relationships of the same type with different properties between two nodes?
For example: for a movie with a double role:
Actor--acts{charactername : "hank"}--> movie.
and also the same actor, does another character in the same movie say, FRED
Actor-- acts{ charactername: "Fred"}-->Movie
.
Is there a way to do so using Cypher? I am using the REST API, Neo4j 2.0.2.