echo 'digraph { "Kourin Shimizu" -> "Raimei Shimizu" [taillabel = "Daughter of"] "Soumei Shimizu" -> "Raimei Shimizu" [taillabel = "Daughter of"] "Iroku Shimizu" -> "Raimei Shimizu" [taillabel = "Niece of"] "Raikou Shimizu" -> "Kourin Shimizu" [taillabel = "Mother of"] "Raimei Shimizu" -> "Kourin Shimizu" [taillabel = "Mother of"] "Soumei Shimizu" -> "Kourin Shimizu" [taillabel = "Wife 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"] "Raikou Shimizu" -> "Iroku Shimizu" [taillabel = "Uncle of"] "Raimei Shimizu" -> "Iroku Shimizu" [taillabel = "Uncle of"] "Soumei Shimizu" -> "Iroku Shimizu" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg