echo 'digraph { "Junichi Asakura" -> "Junichi Asakura" [taillabel = "Younger Version of"] "Junichi Asakura" -> "Junichi Asakura" [taillabel = "Older Version of"] "Otome Asakura" -> "Junichi Asakura" [taillabel = "Grandfather of"] "Yume Asakura" -> "Junichi Asakura" [taillabel = "Grandfather of"] "Yoshiyuki Sakurai" -> "Junichi Asakura" [taillabel = ""Father" of"] "Nemu Asakura" -> "Junichi Asakura" [taillabel = "Step-brother of"] "Yume Asakura" -> "Otome Asakura" [taillabel = "Twin Sister of"] "Yuki Asakura" -> "Otome Asakura" [taillabel = "Daughter of"] "Nemu Asakura" -> "Otome Asakura" [taillabel = "Granddaughter of"] "Otome Asakura" -> "Yume Asakura" [taillabel = "Twin Sister of"] "Yuki Asakura" -> "Yume Asakura" [taillabel = "Daughter of"] "Nemu Asakura" -> "Yume Asakura" [taillabel = "Granddaughter of"] "Sakura Yoshino" -> "Yoshiyuki Sakurai" [taillabel = ""Son" of"] "Otome Asakura" -> "Yoshiyuki Sakurai" [taillabel = ""Older Brother" of"] "Yume Asakura" -> "Yoshiyuki Sakurai" [taillabel = ""Older Brother" of"] "Junichi Asakura" -> "Yoshiyuki Sakurai" [taillabel = ""Son" of"] "Junichi Asakura" -> "Junichi Asakura" [taillabel = "Older Version of"] "Junichi Asakura" -> "Junichi Asakura" [taillabel = "Older Version of"] "Junichi Asakura" -> "Junichi Asakura" [taillabel = "Younger Version of"] }' | dot -Tsvg > output.svg