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