echo 'digraph { "Masahiro Mashiro" -> "Kayoko Mashiro" [taillabel = "Wife of"] "Moritaka Mashiro" -> "Kayoko Mashiro" [taillabel = "Mother of"] "Fumio Mashiro " -> "Kayoko Mashiro" [taillabel = "Daughter-in-law of"] "Akito Takagi" -> "Moritaka Mashiro" [taillabel = "Friend of#"] "Miho Azuki" -> "Moritaka Mashiro" [taillabel = "Engaged to"] "Kaya Miyoshi" -> "Moritaka Mashiro" [taillabel = "Friend of#"] "Eiji Niizuma" -> "Moritaka Mashiro" [taillabel = "Rival of"] "Moritaka Mashiro" -> "Masahiro Mashiro" [taillabel = "Father of"] "Nobuhiro Mashiro" -> "Masahiro Mashiro" [taillabel = "Older Brother of"] "Kayoko Mashiro" -> "Masahiro Mashiro" [taillabel = "Husband of"] "Fumio Mashiro " -> "Masahiro Mashiro" [taillabel = "Son of"] "Masahiro Mashiro" -> "Fumio Mashiro " [taillabel = "Father of"] "Nobuhiro Mashiro" -> "Fumio Mashiro " [taillabel = "Father of"] "Kayoko Mashiro" -> "Fumio Mashiro " [taillabel = "Father-in-law of"] "Moritaka Mashiro" -> "Fumio Mashiro " [taillabel = "Grandfather of"] }' | dot -Tsvg > output.svg