https://github.com/google/cayley
Raw File
Tip revision: a3bebb21f1ab861c89a04e3cf347f32f09bc9d3a authored by Iddan Aaronsohn on 05 October 2019, 15:07:44 UTC
Document order in GizmoAPI
Tip revision: a3bebb2
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