echo 'digraph { "Sophie" -> "Auler" [taillabel = "Older Brother of"] "Randa" -> "Auler" [taillabel = "Son of"] "Elena" -> "Auler" [taillabel = "Son of"] "Randa" -> "Sophie" [taillabel = "Daughter of"] "Elena" -> "Sophie" [taillabel = "Daughter of"] "Auler" -> "Sophie" [taillabel = "Younger Sister of"] "Elena" -> "Randa" [taillabel = "Husband of"] "Sophie" -> "Randa" [taillabel = "Father of"] "Auler" -> "Randa" [taillabel = "Father of"] "Randa" -> "Elena" [taillabel = "Wife of"] "Sophie" -> "Elena" [taillabel = "Mother of"] "Auler" -> "Elena" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg