Skip to content

Instantly share code, notes, and snippets.

@ReedJessen
Created December 30, 2016 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReedJessen/a7bc8b3ca0c46305fb3b99b2df1f10b3 to your computer and use it in GitHub Desktop.
Save ReedJessen/a7bc8b3ca0c46305fb3b99b2df1f10b3 to your computer and use it in GitHub Desktop.
MATCH(a:Person {full_name: "Jon Doe"})
MATCH(b:Patent {grant_number: "7477713"}) 
MERGE(a)-[:Invented {priority_date:"2004-03-02"}]->(b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment