echo 'digraph { "Momoe Andou" -> "Sennosuke Andou" [taillabel = "Older Brother of"] "Masayo Andou" -> "Sennosuke Andou" [taillabel = "Son of"] "Mankichi Andou" -> "Sennosuke Andou" [taillabel = "Grandson of"] "Ichita Andou" -> "Sennosuke Andou" [taillabel = "Older Brother of"] "Sennosuke Andou" -> "Mankichi Andou" [taillabel = "Grandfather of"] "Momoe Andou" -> "Mankichi Andou" [taillabel = "Grandfather of"] "Ichita Andou" -> "Mankichi Andou" [taillabel = "Grandfather of"] "Sennosuke Andou" -> "Momoe Andou" [taillabel = "Younger Sister of"] "Masayo Andou" -> "Momoe Andou" [taillabel = "Daughter of"] "Mankichi Andou" -> "Momoe Andou" [taillabel = "Granddaughter of"] "Ichita Andou" -> "Momoe Andou" [taillabel = "Younger Sister of"] "Sennosuke Andou" -> "Masayo Andou" [taillabel = "Mother of"] "Momoe Andou" -> "Masayo Andou" [taillabel = "Mother of"] "Ichita Andou" -> "Masayo Andou" [taillabel = "Mother of"] "Momoe Andou" -> "Ichita Andou" [taillabel = "Older Brother of"] "Masayo Andou" -> "Ichita Andou" [taillabel = "Son of"] "Sennosuke Andou" -> "Ichita Andou" [taillabel = "Younger Brother of"] "Mankichi Andou" -> "Ichita Andou" [taillabel = "Grandson of"] }' | dot -Tsvg > output.svg