echo 'digraph { "Kei Kuramoto" -> "Makoto Kowata" [taillabel = "Cousin of"] "Chinatsu Kuramoto" -> "Makoto Kowata" [taillabel = "Cousin of"] "Akane Kowata" -> "Makoto Kowata" [taillabel = "younger sister of"] "Chito" -> "Makoto Kowata" [taillabel = "Owner of"] "Kei Kuramoto" -> "Chinatsu Kuramoto" [taillabel = "younger sister of"] "Makoto Kowata" -> "Chinatsu Kuramoto" [taillabel = "Cousin of"] "Chinatsu Kuramoto" -> "Kei Kuramoto" [taillabel = "Older Brother of"] "Makoto Kowata" -> "Kei Kuramoto" [taillabel = "Cousin of"] "Makoto Kowata" -> "Chito" [taillabel = "familiar of"] "Makoto Kowata" -> "Akane Kowata" [taillabel = "Older Sister of"] "Chinatsu Kuramoto" -> "Akane Kowata" [taillabel = "Cousin of"] "Kei Kuramoto" -> "Akane Kowata" [taillabel = "Cousin of"] "Inukai" -> "Akane Kowata" [taillabel = "Friend of#"] }' | dot -Tsvg > output.svg