echo 'digraph { "Zeus" -> "Hermes" [taillabel = "Son of"] "Zagreus" -> "Hermes" [taillabel = "Cousin of"] "Hades" -> "Zagreus" [taillabel = "Son of"] "Athena" -> "Zeus" [taillabel = "Father of"] "Artemis" -> "Zeus" [taillabel = "Father of"] "Ares" -> "Zeus" [taillabel = "Father of"] "Dionysus" -> "Zeus" [taillabel = "Father of"] "Hermes" -> "Zeus" [taillabel = "Father of"] "Hades" -> "Zeus" [taillabel = "Younger Brother of"] "Poseidon" -> "Zeus" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg