echo 'digraph { "Kimihiko Komaki" -> "Genzou Naitou" [taillabel = "Enemy of"] "Satoko Komaki" -> "Genzou Naitou" [taillabel = "Enemy of"] "Takuma Kurebayashi" -> "Genzou Naitou" [taillabel = "Enemy 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"] "Satoko Komaki" -> "Kimihiko Komaki" [taillabel = "Husband of"] "Genzou Naitou" -> "Kimihiko Komaki" [taillabel = "Enemy of"] "Kimihiko Komaki" -> "Satoko Komaki" [taillabel = "Wife of"] "Genzou Naitou" -> "Satoko Komaki" [taillabel = "Enemy of"] }' | dot -Tsvg > output.svg