echo 'digraph { "Bonnibel Valentine" -> "Peanut Valentine" [taillabel = "Cousin of"] "Babybelle Caroline Valentine" -> "Peanut Valentine" [taillabel = "Cousin of"] "Peanut Valentine" -> "Bonnibel Valentine" [taillabel = "Cousin of"] "Babybelle Caroline Valentine" -> "Bonnibel Valentine" [taillabel = "Older sister of"] "Bonnibel Valentine" -> "Babybelle Caroline Valentine" [taillabel = "Younger Sister of"] "Peanut Valentine" -> "Babybelle Caroline Valentine" [taillabel = "Cousin of"] }' | dot -Tsvg > output.svg