echo 'digraph { "Medusa Gorgon" -> "Arachne Gorgon" [taillabel = "Sister of"] "Crona" -> "Arachne Gorgon" [taillabel = "Aunt of"] "Shaula Gorgon" -> "Arachne Gorgon" [taillabel = "Younger Sister of"] "Medusa Gorgon" -> "Arachne Gorgon" [taillabel = "Younger Sister of"] "Medusa Gorgon" -> "Crona" [taillabel = "Child of"] "Arachne Gorgon" -> "Crona" [taillabel = "nephew of"] "Shaula Gorgon" -> "Medusa Gorgon" [taillabel = "Sister of"] "Crona" -> "Medusa Gorgon" [taillabel = "Mother of"] "Arachne Gorgon" -> "Medusa Gorgon" [taillabel = "Sister of"] "Arachne Gorgon" -> "Medusa Gorgon" [taillabel = "Younger Sister of"] "Shaula Gorgon" -> "Medusa Gorgon" [taillabel = "Younger Sister of"] "Arachne Gorgon" -> "Shaula Gorgon" [taillabel = "Sister of"] "Medusa Gorgon" -> "Shaula Gorgon" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg