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