echo 'digraph { "Megane" -> "Hadairo" [taillabel = "Grandfather of"] "Kainushi-san" -> "Hadairo" [taillabel = "Grandfather of"] "Moja" -> "Kainushi-san" [taillabel = "Daughter of"] "Megane" -> "Kainushi-san" [taillabel = "Younger Sister of"] "Hadairo" -> "Kainushi-san" [taillabel = "Granddaughter of"] "Azuki" -> "Kainushi-san" [taillabel = "Owner of"] "Daizu" -> "Kainushi-san" [taillabel = "Owner of"] "Zashiki Oyaji" -> "Kainushi-san" [taillabel = "Daughter of"] "Kainushi-san" -> "Megane" [taillabel = "Older Brother of"] "Moja" -> "Megane" [taillabel = "Son of"] "Zashiki Oyaji" -> "Megane" [taillabel = "Son of"] "Hadairo" -> "Megane" [taillabel = "Grandson of"] }' | dot -Tsvg > output.svg