echo 'digraph { "Lily" -> "Jovi" [taillabel = "Daughter of"] "Michael" -> "Jovi" [taillabel = "Sister of"] "Jovi" -> "Lily" [taillabel = "Mother of"] "Michael" -> "Lily" [taillabel = "Mother of"] "Jovi" -> "Michael" [taillabel = "Brother of"] "Lily" -> "Michael" [taillabel = "Son of"] }' | dot -Tsvg > output.svg