echo 'digraph { "Kantarou Hashida" -> "Kahei Hashida" [taillabel = "Father of"] "Kanshichirou Hashida" -> "Kahei Hashida" [taillabel = "Grandfather of"] "Ofusa" -> "Kanshichirou Hashida" [taillabel = "son of"] "Kantarou Hashida" -> "Kanshichirou Hashida" [taillabel = "son of"] "Kahei Hashida" -> "Kanshichirou Hashida" [taillabel = "grandson of"] "Kahei Hashida" -> "Kantarou Hashida" [taillabel = "son of"] "Kanshichirou Hashida" -> "Kantarou Hashida" [taillabel = "Father of"] "Ofusa" -> "Kantarou Hashida" [taillabel = "Lover of"] }' | dot -Tsvg > output.svg