echo 'digraph { "Yin" -> "Annie" [taillabel = "Mother of"] "Annie" -> "Yin" [taillabel = "Daughter of"] "Elis Kastinen" -> "Yin" [taillabel = "Student of"] "Hei" -> "Yin" [taillabel = "In love with"] }' | dot -Tsvg > output.svg