echo 'digraph { "Nero" -> "Nelli" [taillabel = "Older sister of"] "Jiggy Pepper" -> "Nelli" [taillabel = "Adoptive sister of"] "Nelli" -> "Jiggy Pepper" [taillabel = "Adoptive brother of"] "Nero" -> "Jiggy Pepper" [taillabel = "Adoptive brother of"] "Nelli" -> "Nero" [taillabel = "younger brother of "] "Jiggy Pepper" -> "Nero" [taillabel = "Adoptive brother of"] }' | dot -Tsvg > output.svg