echo 'digraph { "Kei Takishima" -> "Sui Takishima" [taillabel = "Brother of"] "Satoru Takishima" -> "Sui Takishima" [taillabel = "Son of"] "Sui Takishima" -> "Kei Takishima" [taillabel = "Brother of"] "Satoru Takishima" -> "Kei Takishima" [taillabel = "Son of"] "Hikari Hanazono" -> "Kei Takishima" [taillabel = "In love with"] "Sui Takishima" -> "Satoru Takishima" [taillabel = "Father of"] "Kei Takishima" -> "Satoru Takishima" [taillabel = "Father of"] }' | dot -Tsvg > output.svg