echo 'digraph { "Ludwig" -> "Ferdinand" [taillabel = "Son of"] "Ferdinand" -> "Ludwig" [taillabel = "Father of"] }' | dot -Tsvg > output.svg