echo 'digraph { "Usagi's father" -> "Michito Shinohara" [taillabel = "Son of"] "Usagi's mother" -> "Michito Shinohara" [taillabel = "Son of"] "Usagi Shinohara" -> "Michito Shinohara" [taillabel = "Brother of"] "Usagi's father" -> "Usagi Shinohara" [taillabel = "Daughter of"] "Usagi's mother" -> "Usagi Shinohara" [taillabel = "Daughter of"] "Michito Shinohara" -> "Usagi Shinohara" [taillabel = "Sister of"] "Usagi's mother" -> "Usagi's father" [taillabel = "Husband of"] "Usagi Shinohara" -> "Usagi's father" [taillabel = "Father of"] "Michito Shinohara" -> "Usagi's father" [taillabel = "Father of"] "Usagi's father" -> "Usagi's mother" [taillabel = "Wife of"] "Michito Shinohara" -> "Usagi's mother" [taillabel = "Mother of"] "Usagi Shinohara" -> "Usagi's mother" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg