Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Using the below graph as an example: I am trying to determine all Persons which are_sons of Persons all born in the same country. Is there an elegant way to achieve this with Cypher?
#3: Post edited
- Using the below graph as an example: I am trying to determine all _**Persons**_ which _**are_sons**_ of _**Persons**_ all **_born_** in the same country.
![Graph](https://software.codidact.com/uploads/DvN71AtP68c69jBePRcQMBLq)- Is there an elegant way to achieve this with Cypher?
- Using the below graph as an example: I am trying to determine all _**Persons**_ which _**are_sons**_ of _**Persons**_ all **_born_** in the same country.
- ![Graph](https://software.codidact.com/uploads/x694qoqPRcWQtyzh1Q6ufmPd)
- Is there an elegant way to achieve this with Cypher?
#2: Post edited
- Using the below graph as an example: I am trying to determine all _**Persons**_ which _**are_sons**_ of _**Persons**_ all **_born_** in the same country.
![Graph](https://software.codidact.com/uploads/9whzB8ohy35pFfTGCzffv4xd)- Is there an elegant way to achieve this with Cypher?
- Using the below graph as an example: I am trying to determine all _**Persons**_ which _**are_sons**_ of _**Persons**_ all **_born_** in the same country.
- ![Graph](https://software.codidact.com/uploads/DvN71AtP68c69jBePRcQMBLq)
- Is there an elegant way to achieve this with Cypher?
#1: Initial revision
Search paths where all nodes are in a relationship with same node
Using the below graph as an example: I am trying to determine all _**Persons**_ which _**are_sons**_ of _**Persons**_ all **_born_** in the same country. ![Graph](https://software.codidact.com/uploads/9whzB8ohy35pFfTGCzffv4xd) Is there an elegant way to achieve this with Cypher?