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