echo 'digraph { "Chiho Mihara" -> "Chise Mihara" [taillabel = "Sister of"] "Chitose Mihara" -> "Chise Mihara" [taillabel = "Daughter of"] "Chiho Mihara" -> "Chitose Mihara" [taillabel = "Mother of"] "Chise Mihara" -> "Chitose Mihara" [taillabel = "Mother of"] "Chise Mihara" -> "Chiho Mihara" [taillabel = "Sister of"] "Chitose Mihara" -> "Chiho Mihara" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg