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