echo 'digraph { "T. K." -> "Yamato Ishida" [taillabel = "Brother of"] "Matt Ishida" -> "Yamato Ishida" [taillabel = "Older Version of"] "Gabumon" -> "Matt Ishida" [taillabel = "Partner of"] "Hiroaki Ishida" -> "Matt Ishida" [taillabel = "Son of"] "T. K." -> "Matt Ishida" [taillabel = "Older Brother of"] "Natsuko Takaishi" -> "Matt Ishida" [taillabel = "Son of"] "Yamato Ishida" -> "Matt Ishida" [taillabel = "Younger Version of"] "Izzy Koushiro" -> "Matt Ishida" [taillabel = "Friend of"] "Joe Kido" -> "Matt Ishida" [taillabel = "Friend of"] "Mimi Tachikawa" -> "Matt Ishida" [taillabel = "Friend of"] "Taichi Yagami" -> "Matt Ishida" [taillabel = "Friend of"] "Sora Takenouchi" -> "Matt Ishida" [taillabel = "Friend of"] "T. K." -> "T. K." [taillabel = "the older version of"] }' | dot -Tsvg > output.svg