echo 'digraph { "Junko Hattori" -> "Yuuko Hattori" [taillabel = "Younger Sister of"] "Youzou Hattori" -> "Yuuko Hattori" [taillabel = "Daughter of"] "Yuuko Hattori" -> "Junko Hattori" [taillabel = "Younger Sister of"] "Youzou Hattori" -> "Junko Hattori" [taillabel = "Daughter of"] "Junko Hattori" -> "Youzou Hattori" [taillabel = "Father of"] "Yuuko Hattori" -> "Youzou Hattori" [taillabel = "Father of"] }' | dot -Tsvg > output.svg