echo 'digraph { "Rintarou Hoshino" -> "Nana Hoshino" [taillabel = "Wife of"] "Tetsuya Hoshino" -> "Nana Hoshino" [taillabel = "Mother of"] "Yukari Hoshino" -> "Nana Hoshino" [taillabel = "Mother of"] "Nana Hoshino" -> "Rintarou Hoshino" [taillabel = "Husband of"] "Tetsuya Hoshino" -> "Rintarou Hoshino" [taillabel = "Step-father of"] "Nana Hoshino" -> "Yukari Hoshino" [taillabel = "Son of"] "Tetsuya Hoshino" -> "Yukari Hoshino" [taillabel = "Younger Brother of"] "Nana Hoshino" -> "Tetsuya Hoshino" [taillabel = "Son of"] "Rintarou Hoshino" -> "Tetsuya Hoshino" [taillabel = "Step-son of"] "Yukari Hoshino" -> "Tetsuya Hoshino" [taillabel = "Older Brother of"] }' | dot -Tsvg > output.svg