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