echo 'digraph { "Gimmy Adai" -> "Darry Adai" [taillabel = "Sister of"] "Rossiu Adai" -> "Darry Adai" [taillabel = "ward of"] "Darry Adai" -> "Gimmy Adai" [taillabel = "Brother of"] "Rossiu Adai" -> "Gimmy Adai" [taillabel = "ward of"] "Gimmy Adai" -> "Rossiu Adai" [taillabel = "looks after"] "Darry Adai" -> "Rossiu Adai" [taillabel = "looks after"] "Simon" -> "Rossiu Adai" [taillabel = "former second in command of"] }' | dot -Tsvg > output.svg