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