echo 'digraph { "Doug" -> "Ted" [taillabel = "son of"] "Ted" -> "Doug" [taillabel = "Father of"] }' | dot -Tsvg > output.svg