echo 'digraph { "Alice" -> "Klee" [taillabel = "Daughter of"] "Klee" -> "Alice" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg