echo 'digraph { "Yohei" -> "Kahei" [taillabel = "Father of"] "Kahei" -> "Yohei" [taillabel = "Son of"] }' | dot -Tsvg > output.svg