echo 'digraph { "Norio" -> "Lebanon" [taillabel = "Father of"] "Michiru" -> "Norio" [taillabel = "son of"] "Lebanon" -> "Norio" [taillabel = "son of"] }' | dot -Tsvg > output.svg