echo 'digraph { "Panda" -> "Panda Mama" [taillabel = "Mother of"] "Panda Mama" -> "Panda" [taillabel = "Son of"] }' | dot -Tsvg > output.svg