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