echo 'digraph { "Toulouse" -> "Fine" [taillabel = "Daughter of"] "Elsa" -> "Fine" [taillabel = "Daughter of"] "Rein" -> "Fine" [taillabel = "Twin Sister of"] "Fine" -> "Rein" [taillabel = "Twin Sister of"] "Toulouse" -> "Rein" [taillabel = "Daughter of"] "Elsa" -> "Rein" [taillabel = "Daughter of"] "Elsa" -> "Toulouse" [taillabel = "Husband of"] "Fine" -> "Toulouse" [taillabel = "Father of"] "Rein" -> "Toulouse" [taillabel = "Father of"] "Toulouse" -> "Elsa" [taillabel = "Wife of"] "Fine" -> "Elsa" [taillabel = "Mother of"] "Rein" -> "Elsa" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg