echo 'digraph { "Minoru Enoki" -> "Harumi Enoki" [taillabel = "Father of"] "Takuya Enoki" -> "Harumi Enoki" [taillabel = "Father of"] "Yukako Enoki" -> "Harumi Enoki" [taillabel = "Husband of"] "Takuya Enoki" -> "Yukako Enoki" [taillabel = "Mother of"] "Minoru Enoki" -> "Yukako Enoki" [taillabel = "Mother of"] "Minoru Enoki" -> "Takuya Enoki" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg