echo 'digraph { "Ares" -> "Thrax" [taillabel = "Son of"] "Hippolyta" -> "Thrax" [taillabel = "Son of"] "Zeus" -> "Ares" [taillabel = "Son of"] "Hades" -> "Ares" [taillabel = "Nephew of"] "Thrax" -> "Ares" [taillabel = "Father of"] "Diana Prince" -> "Hippolyta" [taillabel = "Mother of"] "Aresia" -> "Hippolyta" [taillabel = "Adoptive Mother of"] "Donna Troy" -> "Hippolyta" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg