echo 'digraph { "Belgium" -> "Netherlands" [taillabel = "Older Brother of"] "Luxembourg" -> "Netherlands" [taillabel = "Older Brother of"] "Spain" -> "Netherlands" [taillabel = "Enemy of"] "Japan" -> "Netherlands" [taillabel = "Friend of"] "Italy Veneziano" -> "Japan" [taillabel = "Friend of"] "Germany" -> "Japan" [taillabel = "Friend of"] "Netherlands" -> "Japan" [taillabel = "Friend of"] "Greece" -> "Japan" [taillabel = "Friend of"] "England" -> "Japan" [taillabel = "Friend of"] "Turkey" -> "Japan" [taillabel = "Friend of"] "China" -> "Japan" [taillabel = "Younger Brother of"] "Netherlands" -> "Belgium" [taillabel = "Younger Sister of"] "Luxembourg" -> "Belgium" [taillabel = "Older Sister of"] "Belgium" -> "Luxembourg" [taillabel = "Younger Brother of"] "Netherlands" -> "Luxembourg" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg