echo 'digraph { "Raikou Shimizu" -> "Kourin Shimizu" [taillabel = "Mother of"] "Raimei Shimizu" -> "Kourin Shimizu" [taillabel = "Mother of"] "Soumei Shimizu" -> "Kourin Shimizu" [taillabel = "Wife of"] "Kourin Shimizu" -> "Raimei Shimizu" [taillabel = "Daughter of"] "Soumei Shimizu" -> "Raimei Shimizu" [taillabel = "Daughter of"] "Iroku Shimizu" -> "Raimei Shimizu" [taillabel = "Niece of"] "Kourin Shimizu" -> "Raikou Shimizu" [taillabel = "son of"] "Soumei Shimizu" -> "Raikou Shimizu" [taillabel = "son of"] "Iroku Shimizu" -> "Raikou Shimizu" [taillabel = "Nephew of"] "Raikou Shimizu" -> "Soumei Shimizu" [taillabel = "Father of"] "Raimei Shimizu" -> "Soumei Shimizu" [taillabel = "Father of"] "Kourin Shimizu" -> "Soumei Shimizu" [taillabel = "Husband of"] "Iroku Shimizu" -> "Soumei Shimizu" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg