echo 'digraph { "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"] "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"] "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" -> "Prussia" [taillabel = "Brother of"] "Spain" -> "Prussia" [taillabel = "Friend of"] "Germany" -> "Austria" [taillabel = "Neighbor of"] "Germany" -> "Germania" [taillabel = "Ancestor of"] "Prussia" -> "Germania" [taillabel = "Ancestor of"] }' | dot -Tsvg > output.svg