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