echo 'digraph { "Chris" -> "Shermie" [taillabel = "Teammate of"] "Yashiro Nanakase" -> "Shermie" [taillabel = "Teammate of"] "Goenitz" -> "Shermie" [taillabel = "Friend of"] "Orochi" -> "Shermie" [taillabel = "Servant of"] "Orochi" -> "Goenitz" [taillabel = "Servant of"] "Chris" -> "Goenitz" [taillabel = "Friend of"] "Yashiro Nanakase" -> "Goenitz" [taillabel = "Friend of"] "Shermie" -> "Goenitz" [taillabel = "Friend of"] "Kyo Kusanagi" -> "Goenitz" [taillabel = "Enemy of"] "Iori Yagami" -> "Goenitz" [taillabel = "Enemy of"] "Chizuru Kagura" -> "Goenitz" [taillabel = "Enemy of"] "Iori Yagami" -> "Yashiro Nanakase" [taillabel = "Rival of"] "Shermie" -> "Yashiro Nanakase" [taillabel = "Teammate of"] "Chris" -> "Yashiro Nanakase" [taillabel = "Teammate of"] "Orochi" -> "Yashiro Nanakase" [taillabel = "Servant of"] "Goenitz" -> "Yashiro Nanakase" [taillabel = "Friend of"] "Yashiro Nanakase" -> "Chris" [taillabel = "Teammate of"] "Shermie" -> "Chris" [taillabel = "Teammate of"] "Orochi" -> "Chris" [taillabel = "Servant of"] "Goenitz" -> "Chris" [taillabel = "Friend of"] "Kyo Kusanagi" -> "Orochi" [taillabel = "Enemy of"] "Iori Yagami" -> "Orochi" [taillabel = "Enemy of"] "Chizuru Kagura" -> "Orochi" [taillabel = "Enemy of"] "Chris" -> "Orochi" [taillabel = "Master of"] "Shermie" -> "Orochi" [taillabel = "Master of"] "Yashiro Nanakase" -> "Orochi" [taillabel = "Master of"] "Mature" -> "Orochi" [taillabel = "Master of"] "Vice" -> "Orochi" [taillabel = "Master of"] "Goenitz" -> "Orochi" [taillabel = "Master of"] }' | dot -Tsvg > output.svg