echo 'digraph { "Yayoi Houzuki" -> "Yayoi's Mother" [taillabel = "Mother of"] "Yayoi's Father" -> "Yayoi's Mother" [taillabel = "Wife of"] "Yayoi's Mother" -> "Yayoi's Father" [taillabel = "Husband of"] "Yayoi Houzuki" -> "Yayoi's Father" [taillabel = "Father of"] }' | dot -Tsvg > output.svg