echo 'digraph { "Alan" -> "Halloween" [taillabel = "Enemy of"] "Phantom" -> "Halloween" [taillabel = "Subordinate of"] "Loco " -> "Halloween" [taillabel = "Superior of"] "Ian" -> "Halloween" [taillabel = "Superior of"] "Alma" -> "Phantom" [taillabel = "Lover of"] "Diana" -> "Phantom" [taillabel = "Subordinate of"] "King" -> "Phantom" [taillabel = "Subordinate of"] "Rolan" -> "Phantom" [taillabel = "Master of"] "Chaton" -> "Loco " [taillabel = "Friend of"] "Ian" -> "Loco " [taillabel = "Former teammate of"] "Halloween" -> "Loco " [taillabel = "Subordinate of"] "Alibaba" -> "Loco " [taillabel = "Former teammate of"] "Fuugi" -> "Loco " [taillabel = "Former teammate of"] "Gido" -> "Ian" [taillabel = "In love with"] "Ginta Toramizu" -> "Ian" [taillabel = "Rival of"] "Chimera" -> "Ian" [taillabel = "Enemy of"] "Loco " -> "Ian" [taillabel = "Former teammate of"] "Ash" -> "Ian" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg