echo 'digraph { "Cosette" -> "Jean Valjean" [taillabel = "Adoptive father of"] "Javert" -> "Jean Valjean" [taillabel = "Enemy of"] "Marius Pontmercy" -> "Cosette" [taillabel = "Wife of"] "Jean Valjean" -> "Cosette" [taillabel = "Adopted daughter of"] "Fantine" -> "Cosette" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg