MATCH (a:Alias)--(p1:Profile)--(:Feature)--(:FeatureVersion)--(:Location)--(code:AreaCode)
WHERE code.raw_content="SY"
MATCH path=(a)--(p1)-[r]-(p2:Profile)--(:Feature)--(:FeatureVersion)--(:Location)--(code2:AreaCode)
WHERE code2.raw_content="RU"
MATCH (p2)--(a1:Alias)
RETURN path
The graph shows the sanctioned parties in Syria and Russia and illustrates the relationship between these entities. includes individuals and organizations sanctioned by various international bodies, including the United Nations, the European Union, and the United States.
Expand
Advance Query
To use advanced queries, you need to log in or create an account.