echo 'digraph { "Jon Kent" -> "Lois Lane" [taillabel = "Mother of"] "Clark Kent" -> "Lois Lane" [taillabel = "Wife 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"] "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