echo 'digraph { "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"] "Conner Kent" -> "Lex Luthor" [taillabel = "Genetic Template 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"] }' | dot -Tsvg > output.svg