echo 'digraph { "Izabella Voldigoad" -> "Anos Voldigoad" [taillabel = "Son of"] "Gusta Voldigoad" -> "Anos Voldigoad" [taillabel = "Son of"] "Gusta Voldigoad" -> "Izabella Voldigoad" [taillabel = "Wife of"] "Anos Voldigoad" -> "Izabella Voldigoad" [taillabel = "Mother of"] "Anos Voldigoad" -> "Gusta Voldigoad" [taillabel = "Father of"] "Izabella Voldigoad" -> "Gusta Voldigoad" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg