echo 'digraph { "Leo Akaba" -> "Reiji Akaba" [taillabel = "Son of"] "Reira Akaba" -> "Reiji Akaba" [taillabel = "Older Brother of"] "Rei Akaba" -> "Reiji Akaba" [taillabel = "Younger Brother of"] "Henrietta Akaba" -> "Reiji Akaba" [taillabel = "Son of"] "Reiji Akaba" -> "Leo Akaba" [taillabel = "Father of"] "Henrietta Akaba" -> "Leo Akaba" [taillabel = "Husband of"] "Rei Akaba" -> "Leo Akaba" [taillabel = "Father of"] }' | dot -Tsvg > output.svg