echo 'digraph { "Chara" -> "Asgore Dreemurr" [taillabel = "Adoptive Father of"] "Asriel Dreemurr" -> "Asgore Dreemurr" [taillabel = "Father of"] "Toriel" -> "Asgore Dreemurr" [taillabel = "Former husband of"] "Asriel Dreemurr" -> "Chara" [taillabel = "Adopted sibling of"] "Toriel" -> "Chara" [taillabel = "Adoptive daughter of"] "Asgore Dreemurr" -> "Chara" [taillabel = "Adoptive daughter of"] "Chara" -> "Toriel" [taillabel = "Adoptive Mother of"] "Asriel Dreemurr" -> "Toriel" [taillabel = "Mother of"] "Asgore Dreemurr" -> "Toriel" [taillabel = "Former wife of"] "Asgore Dreemurr" -> "Asriel Dreemurr" [taillabel = "Son of"] "Toriel" -> "Asriel Dreemurr" [taillabel = "Son of"] "Chara" -> "Asriel Dreemurr" [taillabel = "Adoptive brother of"] }' | dot -Tsvg > output.svg