echo 'digraph { "Ryouko Naruse" -> "Shion Imaki" [taillabel = "Subordinate of"] "Leon Imaki" -> "Shion Imaki" [taillabel = "Brother of"] "Ryouko Naruse" -> "Leon Imaki" [taillabel = "Subordinate of"] "Shion Imaki" -> "Leon Imaki" [taillabel = "Older Brother of"] }' | dot -Tsvg > output.svg