On Tue, Aug 30, 2011 at 3:00 AM, sappling <[email protected]>wrote:
> Is there a way to do something like SPARQL's property path syntax in > Cypher? > > I want to match on one or more occurrences of a relationship. For example > if I have a relationship [:child], then I would like to find all ancestors. > > In SPARQL, you can do things like : "ns:start ns:child+ ?ancestor ." Right now, it's not possible. It is however exactly what we are working on at the moment. If all goes well, it should be part of our next release. Andrés _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

