echo 'digraph { "Angel" -> "King of Dinosaurs" [taillabel = "Teammate of"] "Ramon" -> "King of Dinosaurs" [taillabel = "Teammate of"] "Angel" -> "Ramon" [taillabel = "Teammate of"] "King of Dinosaurs" -> "Ramon" [taillabel = "Teammate of"] "Seth" -> "Ramon" [taillabel = "Former teammate of"] "Vanessa" -> "Ramon" [taillabel = "Former teammate of"] "Iori Yagami" -> "Ramon" [taillabel = "Former teammate of"] "Blue Mary" -> "Ramon" [taillabel = "Former teammate of"] "Maxima" -> "Ramon" [taillabel = "Former teammate of"] "K'" -> "Ramon" [taillabel = "Former teammate of"] "K9999" -> "Angel" [taillabel = "Former teammate of"] "Kula Diamond" -> "Angel" [taillabel = "Former teammate of"] "Foxy" -> "Angel" [taillabel = "Former teammate of"] "King of Dinosaurs" -> "Angel" [taillabel = "Teammate of"] "Ramon" -> "Angel" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg