echo 'digraph { "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" -> "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"] "Austria" -> "Hungary" [taillabel = "Former wife of"] "Prussia" -> "Hungary" [taillabel = "Childhood 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"] "Roma Antiqua" -> "South Italy" [taillabel = "Grandson of"] "Italy Veneziano" -> "South Italy" [taillabel = "Brother of"] "Spain" -> "South Italy" [taillabel = "Friend of"] "Germania" -> "Roma Antiqua" [taillabel = "Friend of"] "Italy Veneziano" -> "Roma Antiqua" [taillabel = "Grandfather of"] "South Italy" -> "Roma Antiqua" [taillabel = "Grandfather of"] }' | dot -Tsvg > output.svg