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 ." -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Property-Path-syntax-in-Cypher-tp3294181p3294181.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

