echo 'digraph { "Ray" -> "Natalie" [taillabel = "Mother of"] "Alicia" -> "Natalie" [taillabel = "Mother of"] "Natalie" -> "Alicia" [taillabel = "Daughter of"] "Sera & Serena" -> "Ray" [taillabel = "Father of"] "Rosalind de Sainte-Coquille" -> "Ray" [taillabel = "Husband of"] "Natalie" -> "Ray" [taillabel = "Son of"] "Alicia" -> "Ray" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg