echo 'digraph { "Takeshi Iori" -> "Sei Iori" [taillabel = "son of"] "Rinko Iori" -> "Sei Iori" [taillabel = "son of"] "China Kousaka" -> "Sei Iori" [taillabel = "Boyfriend of"] "Sei Iori" -> "China Kousaka" [taillabel = "Girlfriend of"] "Yuuma Kousaka" -> "China Kousaka" [taillabel = "Older Sister of"] "KUMA-03 Beargguy III" -> "China Kousaka" [taillabel = "Owner of"] "Sei Iori" -> "Takeshi Iori" [taillabel = "Father of"] "Rinko Iori" -> "Takeshi Iori" [taillabel = "Husband of"] "Sei Iori" -> "Rinko Iori" [taillabel = "Mother of"] "Takeshi Iori" -> "Rinko Iori" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg