echo 'digraph { "Kahei Hashida" -> "Kantarou Hashida" [taillabel = "son of"] "Kanshichirou Hashida" -> "Kantarou Hashida" [taillabel = "Father of"] "Ofusa" -> "Kantarou Hashida" [taillabel = "Lover of"] "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"] "Kantarou Hashida" -> "Ofusa" [taillabel = "Lover of"] "Kanshichirou Hashida" -> "Ofusa" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg