echo 'digraph { "Meros" -> "Ados" [taillabel = "Father of"] "Maia" -> "Ados" [taillabel = "Husband of"] "Meros" -> "Maia" [taillabel = "Mother of"] "Ados" -> "Maia" [taillabel = "Wife of"] "Maia" -> "Meros" [taillabel = "Son of"] "Ados" -> "Meros" [taillabel = "Son of"] }' | dot -Tsvg > output.svg