echo 'digraph { "Mochizou Ooji" -> "Gohei Ooji" [taillabel = "Father of"] "Michiko Ooji" -> "Gohei Ooji" [taillabel = "Husband of"] "Tamako Kitashirakawa" -> "Mochizou Ooji" [taillabel = "In love with"] "Tamako Kitashirakawa" -> "Mochizou Ooji" [taillabel = "Childhood friend of"] "Mochizou Ooji" -> "Michiko Ooji" [taillabel = "Mother of"] "Gohei Ooji" -> "Michiko Ooji" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg