https://github.com/google/cayley
Raw File
Tip revision: 3e3ee6582fc4f62beddd85e7248e35087f66e6a1 authored by Iddan Aaronsohn on 16 December 2019, 22:55:09 UTC
Refactor numeric operators to steps
Tip revision: 3e3ee65
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