https://github.com/google/cayley
Raw File
Tip revision: 38b3efd3f5c23ec0eb740bbb1b472e1a9e2e8d15 authored by Denys Smirnov on 14 February 2019, 23:18:16 UTC
fix go mod issues
Tip revision: 38b3efd
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