echo 'digraph { "Phantom" -> "Weasel" [taillabel = "Subordinate of"] "Jack" -> "Weasel" [taillabel = "Enemy of"] "Jake" -> "Weasel" [taillabel = "Enemy of"] "Jake" -> "Jack" [taillabel = "son of"] "Alma" -> "Phantom" [taillabel = "Lover of"] "Diana" -> "Phantom" [taillabel = "Subordinate of"] "King" -> "Phantom" [taillabel = "Subordinate of"] "Rolan" -> "Phantom" [taillabel = "Master of"] "Jack" -> "Jake" [taillabel = "Father of"] }' | dot -Tsvg > output.svg