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