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