echo 'digraph { "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"] "Clark Kent" -> "Kara Kent" [taillabel = "Cousin 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" -> "Lois Lane" [taillabel = "Mother of"] "Clark Kent" -> "Lois Lane" [taillabel = "Wife of"] "Clark Kent" -> "Jonathan Kent" [taillabel = "Adoptive father of"] "Martha Kent" -> "Jonathan Kent" [taillabel = "Husband of"] "Conner Kent" -> "Jonathan Kent" [taillabel = "Adoptive father of"] "Jon Kent" -> "Jonathan Kent" [taillabel = "Grandfather of"] "Jonathan Kent" -> "Martha Kent" [taillabel = "Wife of"] "Clark Kent" -> "Martha Kent" [taillabel = "Adoptive Mother of"] "Conner Kent" -> "Martha Kent" [taillabel = "Adoptive Mother of"] "Jon Kent" -> "Martha Kent" [taillabel = "Grandmother of"] }' | dot -Tsvg > output.svg