echo 'digraph { "Austria" -> "Kugelmugel" [taillabel = "Son of"] "Ladonia" -> "Kugelmugel" [taillabel = "Cousin of"] "Germany" -> "Austria" [taillabel = "Neighbor of"] }' | dot -Tsvg > output.svg