echo 'digraph { "The World" -> "Diego Brando" [taillabel = "Stand User of"] "Scary Monsters" -> "Diego Brando" [taillabel = "Stand User of"] "Dio Brando" -> "The World" [taillabel = "Stand of"] "Diego Brando" -> "The World" [taillabel = "Stand of"] "Diego Brando" -> "Scary Monsters" [taillabel = "Stand of"] "Diego Brando" -> "Scary Monsters" [taillabel = "Transformation of"] }' | dot -Tsvg > output.svg