echo 'digraph { "Impa" -> "Purah" [taillabel = "Older sister of"] "Paya" -> "Impa" [taillabel = "Grandmother of"] "Purah" -> "Impa" [taillabel = "Younger Sister of"] }' | dot -Tsvg > output.svg