| { |
| "aliases": { |
| "IR": "IR", "IL": "IL", "UA": "UA", "RU": "RU", "CN": "CN", "TW": "TW", |
| "YE": "YE", "SA": "SA", "KP": "KP", "KR": "KR", "US": "US", "SY": "SY", |
| "MM": "MM", "SD": "SD", "AF": "AF", "IQ": "IQ", "LB": "LB", |
| "Iran": "IR", "Israel": "IL", "Ukraine": "UA", "Russia": "RU", |
| "China": "CN", "Taiwan": "TW", "Yemen": "YE", "Syria": "SY", |
| "Myanmar": "MM", "Sudan": "SD", "Afghanistan": "AF", "Iraq": "IQ", |
| "Lebanon": "LB", "Saudi Arabia": "SA", "North Korea": "KP", |
| "Israel/Gaza": "israel-gaza", |
| "Middle East": "middle-east", |
| "Western Pacific": "western-pacific", |
| "Black Sea": "black-sea", |
| "Red Sea": "red-sea", |
| "Northern Europe": "baltic", |
| "Eastern Mediterranean": "east-med", |
| "Korean Peninsula": "korea", |
| "South China Sea": "scs", |
| "Persian Gulf": "middle-east", |
| "Baltic Sea": "baltic", |
| "Americas": "americas", |
| "Europe": "europe", |
| "Asia-Pacific": "asia-pacific", |
| "Africa": "africa", |
| "Latin America": "latam" |
| }, |
| "nodes": { |
| "IR": { "name": "Iran", "type": "country", "links": ["oil", "IL", "hormuz", "middle-east", "red-sea", "YE"] }, |
| "IL": { "name": "Israel", "type": "country", "links": ["IR", "israel-gaza", "US", "east-med", "LB"] }, |
| "UA": { "name": "Ukraine", "type": "country", "links": ["RU", "grain", "black-sea"] }, |
| "RU": { "name": "Russia", "type": "country", "links": ["UA", "oil", "gas", "baltic", "black-sea"] }, |
| "CN": { "name": "China", "type": "country", "links": ["TW", "scs", "western-pacific", "semiconductors"] }, |
| "TW": { "name": "Taiwan", "type": "country", "links": ["CN", "semiconductors", "western-pacific"] }, |
| "YE": { "name": "Yemen", "type": "country", "links": ["IR", "red-sea", "shipping"] }, |
| "SA": { "name": "Saudi Arabia", "type": "country", "links": ["IR", "oil", "hormuz", "middle-east"] }, |
| "SY": { "name": "Syria", "type": "country", "links": ["IR", "RU", "middle-east"] }, |
| "KP": { "name": "North Korea", "type": "country", "links": ["korea", "CN"] }, |
| "KR": { "name": "South Korea", "type": "country", "links": ["korea", "US", "semiconductors"] }, |
| "US": { "name": "United States", "type": "country", "links": ["IL", "KR", "TW", "nato", "americas"] }, |
| "MM": { "name": "Myanmar", "type": "country", "links": ["asia-pacific"] }, |
| "SD": { "name": "Sudan", "type": "country", "links": ["africa", "red-sea"] }, |
| "AF": { "name": "Afghanistan", "type": "country", "links": ["middle-east"] }, |
| "IQ": { "name": "Iraq", "type": "country", "links": ["IR", "oil", "middle-east"] }, |
| "LB": { "name": "Lebanon", "type": "country", "links": ["IL", "IR", "east-med"] }, |
| "middle-east": { "name": "Middle East", "type": "theater", "links": ["IR", "IL", "SA", "IQ", "SY", "oil", "hormuz"] }, |
| "black-sea": { "name": "Black Sea", "type": "theater", "links": ["UA", "RU", "grain"] }, |
| "western-pacific": { "name": "Western Pacific", "type": "theater", "links": ["CN", "TW", "semiconductors"] }, |
| "red-sea": { "name": "Red Sea", "type": "theater", "links": ["YE", "IR", "SD", "oil", "shipping"] }, |
| "baltic": { "name": "Baltic", "type": "theater", "links": ["RU", "nato"] }, |
| "east-med": { "name": "Eastern Mediterranean", "type": "theater", "links": ["IL", "LB", "gas"] }, |
| "israel-gaza": { "name": "Israel/Gaza", "type": "theater", "links": ["IL", "IR"] }, |
| "korea": { "name": "Korean Peninsula", "type": "theater", "links": ["KP", "KR", "US"] }, |
| "scs": { "name": "South China Sea", "type": "theater", "links": ["CN", "shipping"] }, |
| "americas": { "name": "Americas", "type": "region", "links": ["US"] }, |
| "europe": { "name": "Europe", "type": "region", "links": ["RU", "UA", "nato", "baltic"] }, |
| "asia-pacific": { "name": "Asia-Pacific", "type": "region", "links": ["CN", "TW", "KP", "KR", "MM"] }, |
| "africa": { "name": "Africa", "type": "region", "links": ["SD"] }, |
| "latam": { "name": "Latin America", "type": "region", "links": [] }, |
| "oil": { "name": "Oil", "type": "commodity", "links": ["IR", "SA", "IQ", "RU", "hormuz", "red-sea", "middle-east"] }, |
| "grain": { "name": "Grain", "type": "commodity", "links": ["UA", "RU", "black-sea"] }, |
| "semiconductors": { "name": "Semiconductors", "type": "commodity", "links": ["TW", "KR", "CN", "western-pacific"] }, |
| "gas": { "name": "Gas", "type": "commodity", "links": ["RU", "east-med"] }, |
| "hormuz": { "name": "Strait of Hormuz", "type": "chokepoint", "links": ["IR", "SA", "oil", "middle-east"] }, |
| "shipping": { "name": "Global Shipping", "type": "infrastructure", "links": ["red-sea", "scs", "hormuz", "YE"] }, |
| "nato": { "name": "NATO", "type": "alliance", "links": ["US", "europe", "baltic"] } |
| }, |
| "edges": [ |
| { "from": "IR", "to": "IL", "relation": "adversary", "weight": 0.9 }, |
| { "from": "IR", "to": "oil", "relation": "producer", "weight": 0.8 }, |
| { "from": "IR", "to": "YE", "relation": "proxy", "weight": 0.7 }, |
| { "from": "IR", "to": "LB", "relation": "proxy", "weight": 0.7 }, |
| { "from": "RU", "to": "UA", "relation": "adversary", "weight": 0.95 }, |
| { "from": "RU", "to": "oil", "relation": "producer", "weight": 0.7 }, |
| { "from": "RU", "to": "gas", "relation": "producer", "weight": 0.8 }, |
| { "from": "CN", "to": "TW", "relation": "adversary", "weight": 0.8 }, |
| { "from": "TW", "to": "semiconductors", "relation": "producer", "weight": 0.95 }, |
| { "from": "KP", "to": "KR", "relation": "adversary", "weight": 0.85 }, |
| { "from": "YE", "to": "shipping", "relation": "disrupts", "weight": 0.8 }, |
| { "from": "hormuz", "to": "oil", "relation": "trade_route", "weight": 0.9 }, |
| { "from": "red-sea", "to": "shipping", "relation": "trade_route", "weight": 0.85 }, |
| { "from": "UA", "to": "grain", "relation": "producer", "weight": 0.8 }, |
| { "from": "SA", "to": "oil", "relation": "producer", "weight": 0.85 }, |
| { "from": "IQ", "to": "oil", "relation": "producer", "weight": 0.6 } |
| ] |
| } |
|
|