echo 'digraph { "Mari's father" -> "Mari's mother" [taillabel = "Wife of"] "Mari Fujimaki" -> "Mari's mother" [taillabel = "Mother of"] "Mari's father" -> "Mari Fujimaki" [taillabel = "Daughter of"] "Mari's mother" -> "Mari Fujimaki" [taillabel = "Daughter of"] "Juri Moriuchi" -> "Mari Fujimaki" [taillabel = "Friend of#"] "Mari's mother" -> "Mari's father" [taillabel = "Husband of"] "Mari Fujimaki" -> "Mari's father" [taillabel = "Father of"] }' | dot -Tsvg > output.svg