echo 'digraph { "Alex" -> "Hilda" [taillabel = "Wife of"] "Hilda" -> "Alex" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg