echo 'digraph { "Rapunzel" -> "Aqua" [taillabel = "Subordinate of"] "Nanashi" -> "Aqua" [taillabel = "Friend of"] "Girom" -> "Rapunzel" [taillabel = "Older sister of"] "Dorothy" -> "Rapunzel" [taillabel = "Enemy of"] }' | dot -Tsvg > output.svg