https://github.com/google/cayley
Raw File
Tip revision: 53890d070ebfc8a4f7c9352f2c8f18cfb6ef6aa0 authored by Iddan Aaronsohn on 27 September 2019, 10:58:49 UTC
Merge branch 'master' into configuration-docs-update
Tip revision: 53890d0
testdata_multigraph.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> .
<fred> <status> "smart_person" <other_graph> .
back to top