echo 'digraph { "Conner Kent" -> "Lex Luthor" [taillabel = "Genetic Template of"] "Jon Kent" -> "Conner Kent" [taillabel = "Uncle of"] "Miss Martian" -> "Conner Kent" [taillabel = "Husband of"] "Clark Kent" -> "Conner Kent" [taillabel = "Clone of"] "Lex Luthor" -> "Conner Kent" [taillabel = "Clone of"] "Jonathan Kent" -> "Conner Kent" [taillabel = "Adopted son of"] "Clark Kent" -> "Conner Kent" [taillabel = "Adoptive brother of"] "Martha Kent" -> "Conner Kent" [taillabel = "Adopted son of"] }' | dot -Tsvg > output.svg