echo 'digraph { "Shiemi's grandmother" -> "Shiemi's mother" [taillabel = "Daughter of"] "Shiemi Moriyama" -> "Shiemi's mother" [taillabel = "Mother of"] "Shiemi's mother" -> "Shiemi Moriyama" [taillabel = "Daughter of"] "Shiemi's grandmother" -> "Shiemi Moriyama" [taillabel = "Granddaughter of"] "Shiemi's mother" -> "Shiemi's grandmother" [taillabel = "Mother of"] "Shiemi Moriyama" -> "Shiemi's grandmother" [taillabel = "Grandmother of"] }' | dot -Tsvg > output.svg