echo 'digraph { "Ayla" -> "Doan" [taillabel = "Descendant of"] "Kino" -> "Doan" [taillabel = "Descendant of"] "King Guardia XXI" -> "Doan" [taillabel = "Descendant of"] "Queen Leene" -> "Doan" [taillabel = "Descendant of"] "King Guardia XXIII" -> "Doan" [taillabel = "Descendant of"] "Marle" -> "Doan" [taillabel = "Descendant of"] "King Guardia XXIII" -> "Marle" [taillabel = "Daughter of"] "Ayla" -> "Marle" [taillabel = "Descendant of"] "Kino" -> "Marle" [taillabel = "Descendant of"] "King Guardia XXI" -> "Marle" [taillabel = "Descendant of"] "Queen Leene" -> "Marle" [taillabel = "Descendant of"] "Doan" -> "Marle" [taillabel = "Ancestor of"] "Kino" -> "Ayla" [taillabel = "Wife of"] "King Guardia XXI" -> "Ayla" [taillabel = "Ancestor of"] "King Guardia XXIII" -> "Ayla" [taillabel = "Ancestor of"] "Marle" -> "Ayla" [taillabel = "Ancestor of"] "Doan" -> "Ayla" [taillabel = "Ancestor of"] "Queen Leene" -> "King Guardia XXI" [taillabel = "Husband of"] "Ayla" -> "King Guardia XXI" [taillabel = "Descendant of"] "Kino" -> "King Guardia XXI" [taillabel = "Descendant of"] "King Guardia XXIII" -> "King Guardia XXI" [taillabel = "Ancestor of"] "Marle" -> "King Guardia XXI" [taillabel = "Ancestor of"] "Doan" -> "King Guardia XXI" [taillabel = "Ancestor of"] "Marle" -> "King Guardia XXIII" [taillabel = "Father of"] "Ayla" -> "King Guardia XXIII" [taillabel = "Descendant of"] "Kino" -> "King Guardia XXIII" [taillabel = "Descendant of"] "King Guardia XXI" -> "King Guardia XXIII" [taillabel = "Descendant of"] "Queen Leene" -> "King Guardia XXIII" [taillabel = "Descendant of"] "Doan" -> "King Guardia XXIII" [taillabel = "Ancestor of"] "Ayla" -> "Kino" [taillabel = "Husband of"] "King Guardia XXI" -> "Kino" [taillabel = "Ancestor of"] "King Guardia XXIII" -> "Kino" [taillabel = "Ancestor of"] "Marle" -> "Kino" [taillabel = "Ancestor of"] "Doan" -> "Kino" [taillabel = "Ancestor of"] "King Guardia XXI" -> "Queen Leene" [taillabel = "Wife of"] "King Guardia XXIII" -> "Queen Leene" [taillabel = "Ancestor of"] "Marle" -> "Queen Leene" [taillabel = "Ancestor of"] "Doan" -> "Queen Leene" [taillabel = "Ancestor of"] }' | dot -Tsvg > output.svg