Revision ab333a0166896bc8db6ceb42b843d6ab8c109589 authored by Denys Smirnov on 28 June 2019, 13:16:37 UTC, committed by Denys Smirnov on 28 June 2019, 13:22:48 UTC
1 parent 48e46a7
Raw File
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