echo 'digraph { "Timothy Kairos" -> "Ethan Kairos" [taillabel = "son of"] "Pamela Kairos" -> "Ethan Kairos" [taillabel = "son of"] "Derek Kairos" -> "Ethan Kairos" [taillabel = "nephew of"] "Pamela Kairos" -> "Timothy Kairos" [taillabel = "Husband of"] "Timothy Kairos" -> "Pamela Kairos" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg