echo 'digraph { "Kimie Ichimura" -> "Kazuya Ichimura" [taillabel = "Son of"] "Yoshio Ichimura" -> "Kazuya Ichimura" [taillabel = "Son of"] "Yoshio Ichimura" -> "Kimie Ichimura" [taillabel = "Wife of"] "Kimie Ichimura" -> "Yoshio Ichimura" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg