echo 'digraph { "Sachi Komine" -> "Sachi's father" [taillabel = "Father of"] "Sachi's mother" -> "Sachi's father" [taillabel = "Husband of"] "Sachi's father" -> "Sachi Komine" [taillabel = "Daughter of"] "Sachi's mother" -> "Sachi Komine" [taillabel = "Daughter of"] "Sachi Komine" -> "Sachi's mother" [taillabel = "Mother of"] "Sachi's father" -> "Sachi's mother" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg