echo 'digraph { "Richard Robbins" -> "Ashley Mizuki Robbins" [taillabel = "Daughter of"] "Sayoko Robbins" -> "Ashley Mizuki Robbins" [taillabel = "Daughter of"] "Jessica Robbins" -> "Ashley Mizuki Robbins" [taillabel = "Niece of"] "D" -> "Ashley Mizuki Robbins" [taillabel = "Friend of#"] "Richard Robbins" -> "Jessica Robbins" [taillabel = "Sister of"] "Ashley Mizuki Robbins" -> "Jessica Robbins" [taillabel = "Aunt of"] "Jessica Robbins" -> "Richard Robbins" [taillabel = "Brother of"] "Ashley Mizuki Robbins" -> "Richard Robbins" [taillabel = "Father of"] "Ashley Mizuki Robbins" -> "Sayoko Robbins" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg