echo 'digraph { "Elizabeth (Lizzie) Hansford" -> "Andrew Foreman" [taillabel = "Brother of"] "Rita Blake" -> "Andrew Foreman" [taillabel = "Boyfriend of"] "Andrew Foreman" -> "Rita Blake" [taillabel = "Girlfriend of"] "Andrew Foreman" -> "Elizabeth (Lizzie) Hansford" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg