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