echo 'digraph { "Tokuko Michioka" -> "Yoshiaki Michioka" [taillabel = "brother of"] "Airi Michioka" -> "Yoshiaki Michioka" [taillabel = "uncle of"] "Shun Takagi" -> "Airi Michioka" [taillabel = "Childhood friend of"] "Sana Takagi" -> "Airi Michioka" [taillabel = "Best friend of"] "Tokuko Michioka" -> "Airi Michioka" [taillabel = "Daughter of"] "Yoshiaki Michioka" -> "Airi Michioka" [taillabel = "niece of"] "Airi Michioka" -> "Tokuko Michioka" [taillabel = "Mother of"] "Yoshiaki Michioka" -> "Tokuko Michioka" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg