echo 'digraph { "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"] "Zagreus" -> "Hades" [taillabel = "Father of"] "Zeus" -> "Hades" [taillabel = "Older Brother of"] "Poseidon" -> "Hades" [taillabel = "Younger Brother of"] "Hades" -> "Poseidon" [taillabel = "Older Brother of"] "Zeus" -> "Poseidon" [taillabel = "Older Brother of"] "Zeus" -> "Athena" [taillabel = "Daughter of"] "Zagreus" -> "Athena" [taillabel = "Cousin of"] "Zeus" -> "Artemis" [taillabel = "Daughter of"] "Poseidon" -> "Artemis" [taillabel = "Niece of"] "Hades" -> "Artemis" [taillabel = "Niece of"] "Zagreus" -> "Artemis" [taillabel = "Cousin of"] "Zeus" -> "Ares" [taillabel = "Son of"] "Poseidon" -> "Ares" [taillabel = "Nephew of"] "Hades" -> "Ares" [taillabel = "Nephew of"] "Zagreus" -> "Ares" [taillabel = "Cousin of"] "Zeus" -> "Dionysus" [taillabel = "Son of"] "Zeus" -> "Hermes" [taillabel = "Son of"] "Zagreus" -> "Hermes" [taillabel = "Cousin of"] }' | dot -Tsvg > output.svg