echo 'digraph { "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"] "Germany" -> "Italy Veneziano" [taillabel = "Best friend of"] "Japan" -> "Italy Veneziano" [taillabel = "Friend of"] "South Italy" -> "Italy Veneziano" [taillabel = "Brother of"] "Roma Antiqua" -> "Italy Veneziano" [taillabel = "Grandson of"] "Hungary" -> "Italy Veneziano" [taillabel = "Raised by"] "Russia" -> "China" [taillabel = "Friend of"] "Japan" -> "Turkey" [taillabel = "Friend of"] "Greece" -> "Turkey" [taillabel = "Friend of"] "Italy Veneziano" -> "Germany" [taillabel = "Best friend of"] "Prussia" -> "Germany" [taillabel = "Brother of"] "Germania" -> "Germany" [taillabel = "Descendant of"] "Austria" -> "Germany" [taillabel = "Neighbor of"] "Japan" -> "Germany" [taillabel = "Friend of"] "France" -> "England" [taillabel = "Friend of"] "Sealand" -> "England" [taillabel = "Brother of"] "Japan" -> "England" [taillabel = "Friend of"] "Sid Barrett (dead)" -> "England" [taillabel = "Best friend of"] "Japan" -> "Greece" [taillabel = "Friend of"] "Belgium" -> "Netherlands" [taillabel = "Older Brother of"] "Luxembourg" -> "Netherlands" [taillabel = "Older Brother of"] "Spain" -> "Netherlands" [taillabel = "Enemy of"] "Japan" -> "Netherlands" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg