echo 'digraph { "Lowell" -> "Xiao (E.G.O Form)" [taillabel = "In love with"] "Chun" -> "Xiao (E.G.O Form)" [taillabel = "Superior of"] "Miris" -> "Xiao (E.G.O Form)" [taillabel = "Superior of"] "Xiao" -> "Lowell" [taillabel = "In love with"] "Xiao (E.G.O Form)" -> "Lowell" [taillabel = "In love with"] "Mei" -> "Lowell" [taillabel = "Superior of"] "Cecil" -> "Lowell" [taillabel = "Superior of"] "Xiao" -> "Chun" [taillabel = "Subordinate of"] "Xiao (E.G.O Form)" -> "Chun" [taillabel = "Subordinate of"] "Miris" -> "Chun" [taillabel = "Teammate of"] "Xiao" -> "Miris" [taillabel = "Subordinate of"] "Chun" -> "Miris" [taillabel = "Teammate of"] "Xiao (E.G.O Form)" -> "Miris" [taillabel = "Subordinate of"] }' | dot -Tsvg > output.svg