echo 'digraph { "Edain" -> "Brigid" [taillabel = "Twin Sister of"] "Faval" -> "Brigid" [taillabel = "Mother of"] "Patty" -> "Brigid" [taillabel = "Mother of"] "Mareeta" -> "Brigid" [taillabel = "Adoptive mother of"] "Brigid" -> "Edain" [taillabel = "Twin Sister of"] "Lana" -> "Edain" [taillabel = "Mother of"] "Lester" -> "Edain" [taillabel = "Mother of"] "Faval" -> "Patty" [taillabel = "Younger Sister of"] "Brigid" -> "Patty" [taillabel = "Daughter of"] "Patty" -> "Faval" [taillabel = "Older Brother of"] "Brigid" -> "Faval" [taillabel = "son of"] "Galzus" -> "Mareeta" [taillabel = "Daughter of"] "Brigid" -> "Mareeta" [taillabel = "Adopted daughter of"] }' | dot -Tsvg > output.svg