echo 'digraph { "Kisanta Yamamura" -> "Senzou Tachibana" [taillabel = "senior of"] "Shinbei Fukutomi" -> "Senzou Tachibana" [taillabel = "senior of"] "Inadera Rantarou" -> "Shinbei Fukutomi" [taillabel = "classmate of"] "Kirimaru Settsuno" -> "Shinbei Fukutomi" [taillabel = "classmate of"] "Hansuke Doi" -> "Shinbei Fukutomi" [taillabel = "student of"] "Kisanta Yamamura" -> "Shinbei Fukutomi" [taillabel = "classmate of"] "Senzou Tachibana" -> "Shinbei Fukutomi" [taillabel = "Junior of"] "Shinbei Fukutomi" -> "Kisanta Yamamura" [taillabel = "classmate of"] "Hansuke Doi" -> "Kisanta Yamamura" [taillabel = "student of"] "Senzou Tachibana" -> "Kisanta Yamamura" [taillabel = "Junior of"] }' | dot -Tsvg > output.svg