github.com/cayleygraph/cayley@v0.7.7/data/testdata_multigraph.nq (about)

     1  <alice> <follows> <bob> .
     2  <bob> <follows> <fred> .
     3  <bob> <status> "cool_person" .
     4  <charlie> <follows> <bob> .
     5  <charlie> <follows> <dani> .
     6  <dani> <follows> <bob> .
     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> .
    16  <fred> <status> "smart_person" <other_graph> .