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