echo 'digraph { "Marla" -> "Hestia" [taillabel = "Sister of"] "Jedah" -> "Hestia" [taillabel = "Daughter of"] "Hestia" -> "Marla" [taillabel = "Sister of"] "Jedah" -> "Marla" [taillabel = "Daughter of"] "Hestia" -> "Jedah" [taillabel = "Father of"] "Marla" -> "Jedah" [taillabel = "Father of"] }' | dot -Tsvg > output.svg