echo 'digraph { "Ness" -> "Tracy" [taillabel = "Younger Sister of"] "Ness's Mother" -> "Ness" [taillabel = "Son of"] "Tracy" -> "Ness" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg