echo 'digraph { "Yuuko Yoshida" -> "Lilith" [taillabel = "Ancestor of"] "Ryouko Yoshida" -> "Lilith" [taillabel = "Ancestor of"] "Seiko Yoshida" -> "Yuuko Yoshida" [taillabel = "Daughter of"] "Lilith" -> "Yuuko Yoshida" [taillabel = "Descendant of"] "Ryouko Yoshida" -> "Yuuko Yoshida" [taillabel = "Older sister of"] "Seiko Yoshida" -> "Ryouko Yoshida" [taillabel = "Daughter of"] "Yuuko Yoshida" -> "Ryouko Yoshida" [taillabel = "Younger Sister of"] "Lilith" -> "Ryouko Yoshida" [taillabel = "Descendant of"] }' | dot -Tsvg > output.svg