Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created May 2, 2019 16:51
Show Gist options
  • Save vladbatushkov/65bf7f8f8f980d60b832daddd5369fc7 to your computer and use it in GitHub Desktop.
Save vladbatushkov/65bf7f8f8f980d60b832daddd5369fc7 to your computer and use it in GitHub Desktop.
Create a birth place.
MATCH (g:Genius)
MERGE (v:Region { name: "Vinci" })
MERGE (f:City { name: "Florence" })
MERGE (g)-[:BIRTH_PLACE]->(v)-[:NEAR_BY]->(f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment