echo 'digraph { "Hayden" -> "Gilliam" [taillabel = "subordinate of"] "Innes" -> "Hayden" [taillabel = "Father of"] "Tana" -> "Hayden" [taillabel = "Father of"] }' | dot -Tsvg > output.svg