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