https://github.com/google/cayley
Raw File
Tip revision: 9c5a6c674b39e9301e500146cef35390b4682dc2 authored by Luis Fung on 16 February 2019, 05:14:33 UTC
Fix for quad.Bytes after merge
Tip revision: 9c5a6c6
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