echo 'digraph { "Hina's Mother" -> "Hina Sakai" [taillabel = "Daughter of"] "Hina's Father" -> "Hina Sakai" [taillabel = "Daughter of"] "Hina Sakai" -> "Hina's Mother" [taillabel = "Mother of"] "Hina's Father" -> "Hina's Mother" [taillabel = "Wife of"] "Hina's Mother" -> "Hina's Father" [taillabel = "Husband of"] "Hina Sakai" -> "Hina's Father" [taillabel = "Father of"] }' | dot -Tsvg > output.svg