echo 'digraph { "Azusa Saitou" -> "Yakumo Saitou" [taillabel = "Son of"] "Isshin Saitou" -> "Yakumo Saitou" [taillabel = "Nephew of"] "Nao Saitou" -> "Yakumo Saitou" [taillabel = "Cousin of"] "Yakumo Saitou" -> "Azusa Saitou" [taillabel = "Mother of"] "Isshin Saitou" -> "Azusa Saitou" [taillabel = "Sister of"] "Azusa Saitou" -> "Isshin Saitou" [taillabel = "Brother of"] "Yakumo Saitou" -> "Isshin Saitou" [taillabel = "Uncle of"] "Yakumo Saitou" -> "Nao Saitou" [taillabel = "Cousin of"] }' | dot -Tsvg > output.svg