echo 'digraph { "Kojirou Arima" -> "Asuma Arima" [taillabel = "Son of"] "Taichirou Arima" -> "Asuma Arima" [taillabel = "Brother of"] "Sayaka Arima" -> "Asuma Arima" [taillabel = "Son of"] "Kojirou Arima" -> "Taichirou Arima" [taillabel = "Son of"] "Asuma Arima" -> "Taichirou Arima" [taillabel = "Older Brother of"] "Sayaka Arima" -> "Taichirou Arima" [taillabel = "Son of"] "Asuma Arima" -> "Kojirou Arima" [taillabel = "Father of"] "Taichirou Arima" -> "Kojirou Arima" [taillabel = "Father of"] "Sayaka Arima" -> "Kojirou Arima" [taillabel = "Husband of"] "Asuma Arima" -> "Sayaka Arima" [taillabel = "Mother of"] "Taichirou Arima" -> "Sayaka Arima" [taillabel = "Mother of"] "Kojirou Arima" -> "Sayaka Arima" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg