echo 'digraph { "Noah Kaiba" -> "Seto Kaiba " [taillabel = "Adoptive brother of"] "Mokuba Kaiba" -> "Seto Kaiba " [taillabel = "Older Brother of"] "Gozaburo Kaiba" -> "Seto Kaiba " [taillabel = "Adopted son of"] "Seto Kaiba " -> "Mokuba Kaiba" [taillabel = "Younger Brother of "] "Noah Kaiba" -> "Mokuba Kaiba" [taillabel = "Adoptive brother of"] "Gozaburo Kaiba" -> "Mokuba Kaiba" [taillabel = "Adopted son of"] "Gozaburo Kaiba" -> "Noah Kaiba" [taillabel = "Son of"] "Noah Kaiba" -> "Gozaburo Kaiba" [taillabel = "Father of"] "Seto Kaiba " -> "Gozaburo Kaiba" [taillabel = "Adoptive Father of"] "Mokuba Kaiba" -> "Gozaburo Kaiba" [taillabel = "Adoptive Father of"] }' | dot -Tsvg > output.svg