echo 'digraph { "Ponyo" -> "Granmammare" [taillabel = "Mother of"] "Fujimoto" -> "Ponyo" [taillabel = "Daughter of"] "Granmammare" -> "Ponyo" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg