Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MATCH ( i:Intermediary )-[:INTERMEDIARY_OF]->( e:Entity )<-[:
- OFFICER_OF]-( o:Officer )-[:OFFICER_OF]->( e2:Entity )<-[:
- INTERMEDIARY_OF]-(i)
- WHERE NOT e.countries = e2.countries
- AND ( NOT e.jurisdiction = e.country_codes
- OR NOT e2.jurisdiction= e2.country_codes )
- RETURN i,e,e2,o
- LIMIT 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement