echo 'digraph { "Sloane" -> "Henry" [taillabel = "Father of"] "Henry" -> "Sloane" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg