echo 'digraph { "Myne" -> "Effa" [taillabel = "Mother of"] "Tuuli" -> "Myne" [taillabel = "Sister of"] "Gunther" -> "Myne" [taillabel = "Daughter of"] "Sylvester" -> "Myne" [taillabel = "Adoptive Daughter of"] "Frieda" -> "Myne" [taillabel = "Friend of"] "Lutz" -> "Myne" [taillabel = "Friend of"] "Effa" -> "Myne" [taillabel = "Daughter of"] "Tuuli" -> "Myne" [taillabel = "Younger Sister of"] }' | dot -Tsvg > output.svg