echo 'digraph { "Lynette" -> "Arlecchino" [taillabel = "Caretaker of"] "Lyney" -> "Arlecchino" [taillabel = "Caretaker of"] "Freminet" -> "Arlecchino" [taillabel = "Caretaker of"] "Collei" -> "Arlecchino" [taillabel = "Caretaker of"] "Lyney" -> "Lynette" [taillabel = "Twin Sister of"] "Freminet" -> "Lynette" [taillabel = "Adoptive sister of"] "Lynette" -> "Lyney" [taillabel = "Twin Brother of"] "Freminet" -> "Lyney" [taillabel = "Adoptive brother of"] "Lyney" -> "Freminet" [taillabel = "Adoptive brother of"] "Lynette" -> "Freminet" [taillabel = "Adoptive brother of"] }' | dot -Tsvg > output.svg