echo 'digraph { "France" -> "England" [taillabel = "Friend of"] "Sealand" -> "England" [taillabel = "Brother of"] "Japan" -> "England" [taillabel = "Friend of"] "Sid Barrett (dead)" -> "England" [taillabel = "Best friend of"] "England" -> "France" [taillabel = "Friend of"] "Prussia" -> "France" [taillabel = "Friend of"] "Spain" -> "France" [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"] "Mira Naigus" -> "Sid Barrett (dead)" [taillabel = "Meister of"] }' | dot -Tsvg > output.svg