https://github.com/google/cayley
Raw File
Tip revision: 841bbd0660ba86cbf12e79a1994b39cf75d455e8 authored by Derek Liang on 30 October 2017, 02:46:02 UTC
address code review comments
Tip revision: 841bbd0
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