https://github.com/google/cayley
Raw File
Tip revision: 95381c6062c378ea86748e0e8bb89190951511d9 authored by Luis Fung on 11 February 2019, 16:58:34 UTC
Code cleanup
Tip revision: 95381c6
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