echo 'digraph { "Ine" -> "Shozo" [taillabel = "Husband of"] "Yoshiaki" -> "Shozo" [taillabel = "Father of"] "Mino" -> "Shozo" [taillabel = "Grandfather of"] "Shozo" -> "Ine" [taillabel = "Wife of"] "Yoshiaki" -> "Ine" [taillabel = "Mother of"] "Mino" -> "Ine" [taillabel = "Grandmother of"] "Ine" -> "Yoshiaki" [taillabel = "Son of"] "Shozo" -> "Yoshiaki" [taillabel = "Son of"] "Mino" -> "Yoshiaki" [taillabel = "Father of"] }' | dot -Tsvg > output.svg