echo 'digraph { "Jake" -> "Egan " [taillabel = "Father of"] "Orland " -> "Jake" [taillabel = "Father of"] "Cecilia" -> "Jake" [taillabel = "Husband of"] "Egan " -> "Jake" [taillabel = "Son of"] }' | dot -Tsvg > output.svg