added example n-quad file for gremlin api description

This commit is contained in:
Jonathan Fuerst 2015-04-21 14:21:37 +02:00
parent 6764ea0295
commit 5e3aafb47b

11
api_example.nq Normal file
View 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" .