echo 'digraph { "Geese Howard" -> "Rock Howard" [taillabel = "Son of"] "Terry Bogard" -> "Rock Howard" [taillabel = "Friend of"] "Kain R. Heinlein" -> "Rock Howard" [taillabel = "Nephew of"] "Blue Mary" -> "Terry Bogard" [taillabel = "Boyfriend of"] "Andy Bogard" -> "Terry Bogard" [taillabel = "Older Brother of"] "Geese Howard" -> "Terry Bogard" [taillabel = "Enemy of"] "Billy Kane" -> "Terry Bogard" [taillabel = "Enemy of"] "Joe Higashi" -> "Terry Bogard" [taillabel = "Teammate of"] "Mai Shiranui" -> "Terry Bogard" [taillabel = "Friend of"] "Rock Howard" -> "Geese Howard" [taillabel = "Father of"] "Terry Bogard" -> "Geese Howard" [taillabel = "Enemy of"] "Andy Bogard" -> "Geese Howard" [taillabel = "Enemy of"] "Mr. Big" -> "Geese Howard" [taillabel = "Former teammate of"] "Billy Kane" -> "Geese Howard" [taillabel = "Teammate of"] "Hein" -> "Geese Howard" [taillabel = "Teammate of"] "Rock Howard" -> "Kain R. Heinlein" [taillabel = "Uncle of"] }' | dot -Tsvg > output.svg