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