echo 'digraph { "Kyle" -> "Aria" [taillabel = "Daughter of"] "Cecilia" -> "Aria" [taillabel = "Daughter of"] "Russell" -> "Aria" [taillabel = "Granddaughter of"] "Cecilia" -> "Kyle" [taillabel = "Husband of"] "Aaron" -> "Kyle" [taillabel = "Father of"] "Aria" -> "Kyle" [taillabel = "Father 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"] }' | dot -Tsvg > output.svg