echo 'digraph { "Sanae Oomura" -> "Motoko Eguchi" [taillabel = "Daughter of"] "Takeshi Oomura" -> "Motoko Eguchi" [taillabel = "Cousin of"] "Sanae Oomura" -> "Takeshi Oomura" [taillabel = "Nephew of"] "Motoko Eguchi" -> "Takeshi Oomura" [taillabel = "Cousin of"] "Takeshi Oomura" -> "Sanae Oomura" [taillabel = "Aunt of"] "Motoko Eguchi" -> "Sanae Oomura" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg