https://github.com/google/cayley
Raw File
Tip revision: 1bd4885c3ca568d580b73046a34bcb43add524e5 authored by sah607 on 21 September 2017, 21:04:29 UTC
Merge branch 'master' of https://github.com/michaelqiu94/cayley
Tip revision: 1bd4885
testdata.nq
<alice> <follows> <bob> .
<bob> <follows> <fred> .
<bob> <status> "cool_person" .
<charlie> <follows> <bob> .
<charlie> <follows> <dani> .
<dani> <follows> <bob> .
<dani> <follows> <greg> .
<dani> <status> "cool_person" .
<emily> <follows> <fred> .
<fred> <follows> <greg> .
<greg> <status> "cool_person" .
<predicates> <are> <follows> .
<predicates> <are> <status> .
<emily> <status> "smart_person" <smart_graph> .
<greg> <status> "smart_person" <smart_graph> .
back to top