echo 'digraph { "Frey" -> "Luna" [taillabel = "Daughter of"] "Lest" -> "Luna" [taillabel = "Daughter of"] "Margaret" -> "Luna" [taillabel = "Daughter of"] "Noel" -> "Frey" [taillabel = "Mother of"] "Luna" -> "Frey" [taillabel = "Mother of"] "Margaret" -> "Lest" [taillabel = "Husband of"] "Noel" -> "Lest" [taillabel = "Father of"] "Luna" -> "Lest" [taillabel = "Father of"] "Luna" -> "Margaret" [taillabel = "Mother of"] "Lest" -> "Margaret" [taillabel = "Wife of"] "Noel" -> "Margaret" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg