echo 'digraph { "Altezza" -> "Bright" [taillabel = "Older Brother of"] "Aaron" -> "Bright" [taillabel = "Son of"] "Camellia" -> "Bright" [taillabel = "Son of"] "Bright" -> "Altezza" [taillabel = "Younger Sister of"] "Aaron" -> "Altezza" [taillabel = "Daughter of"] "Camellia" -> "Altezza" [taillabel = "Daughter of"] "Aaron" -> "Camellia" [taillabel = "Wife of"] "Bright" -> "Camellia" [taillabel = "Mother of"] "Altezza" -> "Camellia" [taillabel = "Mother of"] "Camellia" -> "Aaron" [taillabel = "Husband of"] "Bright" -> "Aaron" [taillabel = "Father of"] "Altezza" -> "Aaron" [taillabel = "Father of"] }' | dot -Tsvg > output.svg