echo 'digraph { "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"] "Clark Kent" -> "Kara Kent" [taillabel = "Cousin 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 = "Adoptive Son of"] "Clark Kent" -> "Conner Kent" [taillabel = "Adoptive Brother of"] "Martha Kent" -> "Conner Kent" [taillabel = "Adoptive Son of"] "Jon Kent" -> "Lois Lane" [taillabel = "Mother of"] "Clark Kent" -> "Lois Lane" [taillabel = "Wife of"] "Hal Jordan" -> "Ultraman" [taillabel = "Enemy of"] "Lex Luthor" -> "Ultraman" [taillabel = "Enemy of"] "Slade Wilson" -> "Ultraman" [taillabel = "Enemy of"] "Clark Kent" -> "Ultraman" [taillabel = "Enemy of"] "Clark Kent" -> "Ultraman" [taillabel = "Expy of"] "Kara Kent" -> "Jon Kent" [taillabel = "Cousin of"] "Lois Lane" -> "Jon Kent" [taillabel = "Son of"] "Clark Kent" -> "Jon Kent" [taillabel = "Son of"] "Jonathan Kent" -> "Jon Kent" [taillabel = "Grandson of"] "Martha Kent" -> "Jon Kent" [taillabel = "Grandson of"] }' | dot -Tsvg > output.svg