echo 'digraph { "Hajime Ogata" -> "Mio Ogata" [taillabel = "Step-daughter of"] "Minatsu Ogata" -> "Mio Ogata" [taillabel = "Daughter of"] "Kouichirou Ogata" -> "Mio Ogata" [taillabel = "Step-sister of"] "Mio Ogata" -> "Minatsu Ogata" [taillabel = "Mother of"] "Hajime Ogata" -> "Minatsu Ogata" [taillabel = "Wife of"] "Kouichirou Ogata" -> "Minatsu Ogata" [taillabel = "Step-mother of"] "Mio Ogata" -> "Hajime Ogata" [taillabel = "Step-father of"] "Minatsu Ogata" -> "Hajime Ogata" [taillabel = "Husband of"] "Kouichirou Ogata" -> "Hajime Ogata" [taillabel = "Father of"] "Kaoru Nakanishi" -> "Kouichirou Ogata" [taillabel = "Friend of#"] "Mio Ogata" -> "Kouichirou Ogata" [taillabel = "Step-brother of"] "Hajime Ogata" -> "Kouichirou Ogata" [taillabel = "Son of"] "Minatsu Ogata" -> "Kouichirou Ogata" [taillabel = "Step-son of"] "Masanori Shinozaki" -> "Kouichirou Ogata" [taillabel = "Best friend of"] }' | dot -Tsvg > output.svg