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