echo 'digraph { "Megane" -> "Zashiki Oyaji" [taillabel = "Father of"] "Kainushi-san" -> "Zashiki Oyaji" [taillabel = "Father of"] "Moja" -> "Zashiki Oyaji" [taillabel = "Husband 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" -> "Moja" [taillabel = "Mother of"] "Megane" -> "Moja" [taillabel = "Mother of"] "Zashiki Oyaji" -> "Moja" [taillabel = "Wife 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