echo 'digraph { "Ares" -> "Eldigan" [taillabel = "Father of"] "Lachesis" -> "Eldigan" [taillabel = "Older Brother of"] "Eldigan" -> "Lachesis" [taillabel = "Younger Sister of"] "Delmud" -> "Lachesis" [taillabel = "Mother of"] "Nanna" -> "Lachesis" [taillabel = "Mother of"] "Eldigan" -> "Ares" [taillabel = "son of"] }' | dot -Tsvg > output.svg