echo 'digraph { "Hakim Rushdie" -> "Karim Rashid" [taillabel = "Servant of"] "Ashraf Rushdie" -> "Karim Rashid" [taillabel = "Servant of"] "Hakim Rushdie" -> "Ashraf Rushdie" [taillabel = "Brother of"] "Ashraf Rushdie" -> "Hakim Rushdie" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg