echo 'digraph { "Leila" -> "Matthew" [taillabel = "Loved one of"] "Chad" -> "Matthew" [taillabel = "Father of"] "Matthew" -> "Chad" [taillabel = "Son of"] "Matthew" -> "Leila" [taillabel = "Loved one of"] }' | dot -Tsvg > output.svg