echo 'digraph { "Clark Kent" -> "Match" [taillabel = "Clone of"] "Conner Kent" -> "Match" [taillabel = "Enemy of"] "Conner Kent" -> "Match" [taillabel = ""Brother" of"] "Bizarro" -> "Match" [taillabel = "Expy of"] "Ultraman" -> "Clark Kent" [taillabel = "Expy of"] "Kara Kent" -> "Clark Kent" [taillabel = "Cousin of"] "Jon Kent" -> "Clark Kent" [taillabel = "Father of"] "Lois Lane" -> "Clark Kent" [taillabel = "Husband of"] "Conner Kent" -> "Clark Kent" [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