echo 'digraph { "Kenjirou Tateyama" -> "Takane Enomoto" [taillabel = "Student of"] "Takane Enomoto" -> "Kenjirou Tateyama" [taillabel = "Teacher of"] "Shuuya Kano" -> "Kenjirou Tateyama" [taillabel = "Adoptive father of"] "Kousuke Seto" -> "Kenjirou Tateyama" [taillabel = "Adoptive father of"] "Tsubomi Kido" -> "Kenjirou Tateyama" [taillabel = "Adoptive father of"] "Ayano Tateyama" -> "Kenjirou Tateyama" [taillabel = "Father of"] "Haruka Kokonose" -> "Kenjirou Tateyama" [taillabel = "Teacher of"] }' | dot -Tsvg > output.svg