echo 'digraph { "Ran Tao" -> "Ching Tao" [taillabel = "Father of"] "Jun Tao" -> "Ching Tao" [taillabel = "Grandfather of"] "Ren Tao" -> "Ching Tao" [taillabel = "Grandfather of"] "Jun Tao" -> "Ren Tao" [taillabel = "Brother of"] "Yuan Tao" -> "Ren Tao" [taillabel = "Son of"] "Ran Tao" -> "Ren Tao" [taillabel = "Son of"] "Ren Tao" -> "Jun Tao" [taillabel = "Sister of"] "Yuan Tao" -> "Jun Tao" [taillabel = "Daughter of"] "Ran Tao" -> "Jun Tao" [taillabel = "Daughter of"] "Ching Tao" -> "Ran Tao" [taillabel = "Daughter of"] "Ren Tao" -> "Ran Tao" [taillabel = "Mother of"] "Jun Tao" -> "Ran Tao" [taillabel = "Mother of"] "Yuan Tao" -> "Ran Tao" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg