echo 'digraph { "Koko" -> "Zofis" [taillabel = "Mamodo of"] "Brago" -> "Zofis" [taillabel = "Scared of"] "Sherry Belmont" -> "Zofis" [taillabel = "Enemy of"] "Byonko" -> "Zofis" [taillabel = "Master of"] "Koko" -> "Sherry Belmont" [taillabel = "Friend of#"] "Brago" -> "Sherry Belmont" [taillabel = "Partner of"] "Zofis" -> "Sherry Belmont" [taillabel = "Enemy of"] "Sherry's Mother" -> "Sherry Belmont" [taillabel = "Daughter of"] "Sherry Belmont" -> "Brago" [taillabel = "Mamodo of"] "Zofis" -> "Koko" [taillabel = "Partner of"] "Alvin" -> "Byonko" [taillabel = "Mamodo of"] }' | dot -Tsvg > output.svg