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