echo 'digraph { "Keiichiro Nonomiya" -> "Jun Nonomiya" [taillabel = "Daughter of"] "Toshie Nonomiya" -> "Jun Nonomiya" [taillabel = "Daughter of"] "Keiichiro Nonomiya" -> "Toshie Nonomiya" [taillabel = "Wife of"] "Jun Nonomiya" -> "Toshie Nonomiya" [taillabel = "Mother of"] "Jun Nonomiya" -> "Keiichiro Nonomiya" [taillabel = "Father of"] "Toshie Nonomiya" -> "Keiichiro Nonomiya" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg