echo 'digraph { "Argo Garcia" -> "Selen Garcia" [taillabel = "Younger Sister of"] "Ian Garcia" -> "Selen Garcia" [taillabel = "Younger Sister of"] "Enzo Garcia" -> "Selen Garcia" [taillabel = "Younger Sister of"] "Enzo Garcia" -> "Argo Garcia" [taillabel = "Older Brother of"] "Ian Garcia" -> "Argo Garcia" [taillabel = "Older Brother of"] "Enzo Garcia" -> "Ian Garcia" [taillabel = "Older Brother of"] "Argo Garcia" -> "Ian Garcia" [taillabel = "Younger Brother of"] "Selen Garcia" -> "Ian Garcia" [taillabel = "Older Brother of"] "Argo Garcia" -> "Enzo Garcia" [taillabel = "Younger Brother of"] "Ian Garcia" -> "Enzo Garcia" [taillabel = "Younger Brother of"] "Selen Garcia" -> "Enzo Garcia" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg