echo 'digraph { "Reiko Kurebayashi" -> "Eiichi Kurebayashi" [taillabel = "Husband of"] "Takuma Kurebayashi" -> "Eiichi Kurebayashi" [taillabel = "Father of"] "Eiichi Kurebayashi" -> "Takuma Kurebayashi" [taillabel = "Son of"] "Reiko Kurebayashi" -> "Takuma Kurebayashi" [taillabel = "Son of"] "Seri Mizutani" -> "Takuma Kurebayashi" [taillabel = "Friend of"] "Genzou Naitou" -> "Takuma Kurebayashi" [taillabel = "Enemy of"] "Eiichi Kurebayashi" -> "Reiko Kurebayashi" [taillabel = "Wife of"] "Takuma Kurebayashi" -> "Reiko Kurebayashi" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg