github.com/cayleygraph/cayley@v0.7.7/data/testdata.nq (about) 1 <alice> <follows> <bob> . 2 <bob> <follows> <fred> . 3 <bob> <status> "cool_person" . 4 <dani> <follows> <bob> . 5 <charlie> <follows> <bob> . 6 <charlie> <follows> <dani> . 7 <dani> <follows> <greg> . 8 <dani> <status> "cool_person" . 9 <emily> <follows> <fred> . 10 <fred> <follows> <greg> . 11 <greg> <status> "cool_person" . 12 <predicates> <are> <follows> . 13 <predicates> <are> <status> . 14 <emily> <status> "smart_person" <smart_graph> . 15 <greg> <status> "smart_person" <smart_graph> .