How to group or merge virtual relationship created using apoc.create.vRelationship among nodes in neo4j?
问题 There is a set of artists, from which some artists create a temporary group and organize a event in any city. After it different groups organize events in different city or same city as done by some other group. I want to query the data when artist A participates in the event then the events done in same city by Artist B in a series of Dates with below Cypher query but get duplicate virtual relationship for Artist A & Event and also for Event & City. MATCH seriesB = (bArtist:Artist)-[:HAS