Hi all,
part from my graph contains some structures using an inheritance form.
I deal with categories , any category can be the mother of many others ...
Is there some special pattern & syntax tips to help me finding all category instances or all nodes(vertices) being children from a given category.
On my vertices I have some properties:
- name
- type (= 'Category for all category instances)
And a mother category is linked to a sub-category with an edge 'is child from'
Thanks for your help
Kind regards
jerome
PS:
I 'll just complain that many docs contain a tree path syntax and I cannot use this syntax from my gremlin console.
It 's a little bit confusing .Is it a bug or problem in my install but something like ./V/inE[@label='foo'] does not work
It's a sample and all examples extracted from slides refuse to work...
PS 2:
I was quite relax with the Cypher syntax but I am not so relax with the Gremlin's one...