echo 'digraph { "Peruru" -> "Pupulan" [taillabel = "Brother of"] "Bananu" -> "Pupulan" [taillabel = "Teammate of"] "Oranja" -> "Pupulan" [taillabel = "Teammate of"] "Queen Badiane" -> "Pupulan" [taillabel = "Minion to"] "Bananu" -> "Queen Badiane" [taillabel = "Queen over"] "Oranja" -> "Queen Badiane" [taillabel = "Queen over"] "Pupulan" -> "Queen Badiane" [taillabel = "Queen over"] "Pupulan" -> "Peruru" [taillabel = "Brother of"] "Bananu" -> "Peruru" [taillabel = "Former Teammate of"] "Oranja" -> "Peruru" [taillabel = "Former Teammate of"] "Chibiusa" -> "Peruru" [taillabel = "Friend of#"] "Bananu" -> "Oranja" [taillabel = "Teammate of"] "Peruru" -> "Oranja" [taillabel = "Teammate of"] "Pupulan" -> "Oranja" [taillabel = "Teammate of"] "Queen Badiane" -> "Oranja" [taillabel = "Minion to"] "Oranja" -> "Bananu" [taillabel = "Teammate of"] "Peruru" -> "Bananu" [taillabel = "Teammate of"] "Pupulan" -> "Bananu" [taillabel = "Teammate of"] "Queen Badiane" -> "Bananu" [taillabel = "Minion to"] }' | dot -Tsvg > output.svg