echo 'digraph { "Johnny" -> "Protagonist's Son" [taillabel = "Son of"] "Annie" -> "Protagonist's Son" [taillabel = "Son of"] "Mako" -> "Protagonist's Son" [taillabel = "Grandnephew of"] "Reina" -> "Mako" [taillabel = "Uncle of"] "Protagonist's Son" -> "Johnny" [taillabel = "Father of"] "Protagonist's Daughter" -> "Johnny" [taillabel = "Father of"] "Protagonist's Son" -> "Annie" [taillabel = "Mother of"] "Protagonist's Daughter" -> "Annie" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg