echo 'digraph { "Carlita" -> "Damon" [taillabel = "Older Brother of"] "Juanita" -> "Damon" [taillabel = "son of"] "Damon" -> "Carlita" [taillabel = "Younger Sister of"] "Juanita" -> "Carlita" [taillabel = "Daughter of"] "Damon" -> "Juanita" [taillabel = "Mother of"] "Carlita" -> "Juanita" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg