echo 'digraph { "Harry Burnsworth" -> "Kajika Louisa Kugami Burnsworth" [taillabel = "Daughter of"] "Kathleen Burnsworth" -> "Kajika Louisa Kugami Burnsworth" [taillabel = "Granddaughter of"] "Kajika Louisa Kugami Burnsworth" -> "Harry Burnsworth" [taillabel = "Father of"] "Kathleen Burnsworth" -> "Harry Burnsworth" [taillabel = "Son of"] "Harry Burnsworth" -> "Kathleen Burnsworth" [taillabel = "Mother of"] "Kajika Louisa Kugami Burnsworth" -> "Kathleen Burnsworth" [taillabel = "Grandmother of"] }' | dot -Tsvg > output.svg