echo 'digraph { "Balsa" -> "Chagum" [taillabel = "Student of"] "The Second Empress" -> "Chagum" [taillabel = "Son of"] "Chagum" -> "The Second Empress" [taillabel = "Mother of"] "Chagum" -> "Balsa" [taillabel = "Teacher of"] "Tanda" -> "Balsa" [taillabel = "Friend of#"] }' | dot -Tsvg > output.svg