echo 'digraph { "Yoshiichi Narusawa" -> "Tomoe Narusawa" [taillabel = "Wife of"] "Takuto Narusawa" -> "Tomoe Narusawa" [taillabel = "Mother of"] "Marin Narusawa" -> "Tomoe Narusawa" [taillabel = "Mother of"] "Marin Narusawa" -> "Takuto Narusawa" [taillabel = "Older Brother of"] "Yoshiichi Narusawa" -> "Takuto Narusawa" [taillabel = "Son of"] "Tomoe Narusawa" -> "Takuto Narusawa" [taillabel = "Son of"] "Takuto Narusawa" -> "Marin Narusawa" [taillabel = "Younger Sister of"] "Yoshiichi Narusawa" -> "Marin Narusawa" [taillabel = "Daughter of"] "Tomoe Narusawa" -> "Marin Narusawa" [taillabel = "Daughter of"] "Tomoe Narusawa" -> "Yoshiichi Narusawa" [taillabel = "Husband of"] "Takuto Narusawa" -> "Yoshiichi Narusawa" [taillabel = "Father of"] "Marin Narusawa" -> "Yoshiichi Narusawa" [taillabel = "Father of"] }' | dot -Tsvg > output.svg