echo 'digraph { "Phantom Lady" -> "Nailkaiser" [taillabel = "Subordinate of"] "Karin Son" -> "Nailkaiser" [taillabel = "Teammate of"] "Chloe" -> "Nailkaiser" [taillabel = "Teammate of"] "Elaine" -> "Nailkaiser" [taillabel = "Teammate of"] "Phantom Lady" -> "Karin Son" [taillabel = "Subordinate of"] "Phantom Lady" -> "Karin Son" [taillabel = "Daughter of"] "Phantom Lady" -> "Chloe" [taillabel = "Subordinate of"] "Elaine" -> "Chloe" [taillabel = "Teammate of"] "Moena Shinguuji" -> "Chloe" [taillabel = "Enemy of"] "Phantom Lady" -> "Elaine" [taillabel = "Subordinate of"] "Nailkaiser" -> "Elaine" [taillabel = "Teammate of"] "Moena Shinguuji" -> "Elaine" [taillabel = "Enemy of"] "Chloe" -> "Elaine" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg