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