echo 'digraph { "Matt Ishida" -> "Gabumon" [taillabel = "Partner 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"] }' | dot -Tsvg > output.svg