echo 'digraph { "Carla" -> "Shagotte" [taillabel = "Mother of"] "Shagotte" -> "Carla" [taillabel = "Daughter of"] "Happy" -> "Carla" [taillabel = "Love Interest of"] "Wendy Marvell " -> "Carla" [taillabel = "Partner of"] }' | dot -Tsvg > output.svg