echo 'digraph { "Maharu" -> "Kippei" [taillabel = "Younger brother of"] "Mitsumi Iwakura" -> "Kippei" [taillabel = "Younger brother of"] "Mitsumi's Father" -> "Kippei" [taillabel = "Son of"] "Mitsumi's Mother" -> "Kippei" [taillabel = "Son of"] "Mitsumi's Mother" -> "Mitsumi's Father" [taillabel = "Husband of"] "Mitsumi Iwakura" -> "Mitsumi's Father" [taillabel = "Father of"] "Kippei" -> "Mitsumi's Father" [taillabel = "Father of"] "Maharu" -> "Mitsumi's Father" [taillabel = "Father of"] "Mitsumi Iwakura" -> "Mitsumi's Mother" [taillabel = "Mother of"] "Mitsumi's Father" -> "Mitsumi's Mother" [taillabel = "Wife of"] "Mitsumi's Father" -> "Maharu" [taillabel = "Daughter of"] "Mitsumi's Mother" -> "Maharu" [taillabel = "Daughter of"] "Mitsumi Iwakura" -> "Maharu" [taillabel = "Younger Sister of"] "Kippei" -> "Maharu" [taillabel = "Older sister of"] }' | dot -Tsvg > output.svg