echo 'digraph { "Izzy Koushiro" -> "Yoshie Izumi" [taillabel = "Adoptive mother of"] "Masami Izumi" -> "Yoshie Izumi" [taillabel = "Wife of"] "Yoshie Izumi" -> "Izzy Koushiro" [taillabel = "Adopted son of"] "Tentomon" -> "Izzy Koushiro" [taillabel = "Partner of"] "Masami Izumi" -> "Izzy Koushiro" [taillabel = "Adopted son of"] "Joe Kido" -> "Izzy Koushiro" [taillabel = "Friend of"] "Matt Ishida" -> "Izzy Koushiro" [taillabel = "Friend of"] "Mimi Tachikawa" -> "Izzy Koushiro" [taillabel = "Friend of"] "Sora Takenouchi" -> "Izzy Koushiro" [taillabel = "Friend of"] "T. K." -> "Izzy Koushiro" [taillabel = "Friend of"] "Taichi Yagami" -> "Izzy Koushiro" [taillabel = "Friend of"] "Yoshie Izumi" -> "Masami Izumi" [taillabel = "Husband of"] "Izzy Koushiro" -> "Masami Izumi" [taillabel = "Adoptive father of"] }' | dot -Tsvg > output.svg