echo 'digraph { "Lene" -> "Sylvia" [taillabel = "Mother of"] "Corpul" -> "Sylvia" [taillabel = "Mother of"] "Corpul" -> "Lene" [taillabel = "Younger Sister of"] "Sylvia" -> "Lene" [taillabel = "Daughter of"] "Sylvia" -> "Corpul" [taillabel = "son of"] "Lene" -> "Corpul" [taillabel = "younger brother of"] "Hannibal" -> "Corpul" [taillabel = "Adopted son of"] }' | dot -Tsvg > output.svg