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