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