https://github.com/google/cayley
Raw File
Tip revision: a36eadb91a711b6828f22a47be07232ab00e05fb authored by camazotz on 14 November 2017, 21:46:52 UTC
Pull from upstream
Tip revision: a36eadb
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