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