echo 'digraph { "Yamul" -> "Mirlo" [taillabel = "Daughter of"] "Narlo" -> "Mirlo" [taillabel = "Younger Sister of"] "Mirlo" -> "Yamul" [taillabel = "Mother of"] "Yamul" -> "Narlo" [taillabel = "Son of"] "Mirlo" -> "Narlo" [taillabel = "Younger brother of"] }' | dot -Tsvg > output.svg