echo 'digraph { "Sango" -> "Hisui" [taillabel = "Son of"] "Miroku" -> "Hisui" [taillabel = "Son of"] "Kohaku" -> "Hisui" [taillabel = "Nephew of"] "Gyokuto" -> "Hisui" [taillabel = "Younger Brother of"] "Kinu" -> "Hisui" [taillabel = "Younger Brother of"] "Sango" -> "Miroku" [taillabel = "[s]Husband[/s] of"] "Miroku" -> "Sango" [taillabel = "[s]wife of[/s]"] "Kohaku" -> "Sango" [taillabel = "Older sister of"] "Sango" -> "Kohaku" [taillabel = "Younger brother of"] "Miroku" -> "Kinu" [taillabel = "Daughter of"] "Sango" -> "Kinu" [taillabel = "Daughter of"] "Kohaku" -> "Kinu" [taillabel = "Niece of"] "Gyokuto" -> "Kinu" [taillabel = "Twin Sister of"] "Hisui" -> "Kinu" [taillabel = "Younger Sister of"] "Miroku" -> "Gyokuto" [taillabel = "Daughter of"] "Sango" -> "Gyokuto" [taillabel = "Daughter of"] "Kinu" -> "Gyokuto" [taillabel = "Twin Sister of"] "Hisui" -> "Gyokuto" [taillabel = "Older Brother of"] "Kohaku" -> "Gyokuto" [taillabel = "Niece of"] }' | dot -Tsvg > output.svg