echo 'digraph { "Papi" -> "Popee" [taillabel = "Child of"] "Popee" -> "Papi" [taillabel = "Father of"] }' | dot -Tsvg > output.svg