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