echo 'digraph { "Frey" -> "Noel" [taillabel = "Son of"] "Lest" -> "Noel" [taillabel = "Son of"] "Margaret" -> "Noel" [taillabel = "Son 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