echo 'digraph { "Nanami Yasuri" -> "Shichika Yasuri" [taillabel = "Younger brother of"] "Mutsue Yasuri" -> "Shichika Yasuri" [taillabel = "Son of"] "Shichika Yasuri" -> "Nanami Yasuri" [taillabel = "Older sister of"] "Mutsue Yasuri" -> "Nanami Yasuri" [taillabel = "Daughter of"] "Shichika Yasuri" -> "Mutsue Yasuri" [taillabel = "Father of"] "Hakana Fuyutsuta" -> "Mutsue Yasuri" [taillabel = "Father of"] }' | dot -Tsvg > output.svg