echo 'digraph { "Diavolo" -> "Trish Una" [taillabel = "Daughter of"] "Donatella Una" -> "Trish Una" [taillabel = "Daughter of"] "Trish Una" -> "Diavolo" [taillabel = "Father of"] "Trish Una" -> "Donatella Una" [taillabel = "Mother of"] "Vinegar Doppio" -> "Donatella Una" [taillabel = "Lover of"] }' | dot -Tsvg > output.svg