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