echo 'digraph { "Fujiko Sendo" -> "Yukari Sendo" [taillabel = "Daughter of"] "Taminori Sendo" -> "Yukari Sendo" [taillabel = "Daughter of"] "Yukari Sendo" -> "Fujiko Sendo" [taillabel = "Mother of"] "Yukari Sendo" -> "Taminori Sendo" [taillabel = "Father of"] }' | dot -Tsvg > output.svg