added example n-quad file for gremlin api description
This commit is contained in:
parent
6764ea0295
commit
5e3aafb47b
1 changed files with 11 additions and 0 deletions
11
api_example.nq
Normal file
11
api_example.nq
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<A> <follows> <B> .
|
||||||
|
<B> <follows> <F> .
|
||||||
|
<B> <status> "cool_person" .
|
||||||
|
<C> <follows> <B> .
|
||||||
|
<C> <follows> <D> .
|
||||||
|
<D> <follows> <B> .
|
||||||
|
<D> <follows> <G> .
|
||||||
|
<D> <status> "cool_person" .
|
||||||
|
<E> <follows> <F> .
|
||||||
|
<F> <follows> <G> .
|
||||||
|
<G> <status> "cool_person" .
|
||||||
Loading…
Add table
Add a link
Reference in a new issue