echo 'digraph { "Tiaris" -> "Helene" [taillabel = "Mother of"] "Yurisha" -> "Helene" [taillabel = "Mother of"] "Helene" -> "Yurisha" [taillabel = "Daughter of"] "Tiaris" -> "Yurisha" [taillabel = "Sister of"] "Helene" -> "Tiaris" [taillabel = "Daughter of"] "Yurisha" -> "Tiaris" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg