echo 'digraph { "Sinclair" -> "Kromer" [taillabel = "Enemy of"] "Guido" -> "Kromer" [taillabel = "Superior of"] "Yi Sang" -> "Sinclair" [taillabel = "Teammate of"] "Faust" -> "Sinclair" [taillabel = "Teammate of"] "Don Quixote" -> "Sinclair" [taillabel = "Teammate of"] "Ryoshu" -> "Sinclair" [taillabel = "Teammate of"] "Meursault" -> "Sinclair" [taillabel = "Teammate of"] "Hong Lu" -> "Sinclair" [taillabel = "Teammate of"] "Heathcliff" -> "Sinclair" [taillabel = "Teammate of"] "Ishmael" -> "Sinclair" [taillabel = "Teammate of"] "Rodion" -> "Sinclair" [taillabel = "Teammate of"] "Dante" -> "Sinclair" [taillabel = "Subordinate of"] "Outis" -> "Sinclair" [taillabel = "Teammate of"] "Gregor" -> "Sinclair" [taillabel = "Teammate of"] "Kromer" -> "Guido" [taillabel = "Subordinate of"] }' | dot -Tsvg > output.svg