Skip to content

Instantly share code, notes, and snippets.

@trentonstrong
Created March 15, 2013 18:05
Show Gist options
  • Save trentonstrong/5171800 to your computer and use it in GitHub Desktop.
Save trentonstrong/5171800 to your computer and use it in GitHub Desktop.
{:john-user {:properties {}
:relationships {user-type-node :type-of}}
:john-fb {:properties {:fb-name "who the fuck cares"}
:relationships {:post1 :fb-author-of}}
:jane-fb {:properties {:fb-name "doesn't matter either"}
:relationships {:post2 :fb-author-of}}
:post1 {:properties {}
:relationships {}}
:post2 {:properties {}
:relationships {:post1 :fb-comment}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment