echo 'digraph { "Pent" -> "Athos" [taillabel = "Teacher of"] "Nergal" -> "Athos" [taillabel = "Former Companion of"] "Erk" -> "Pent" [taillabel = "Teacher of"] "Louise" -> "Pent" [taillabel = "Husband of"] "Clarine" -> "Pent" [taillabel = "Father of"] "Klein" -> "Pent" [taillabel = "Father of"] "Athos" -> "Pent" [taillabel = "Apprentice of"] "Limstella" -> "Nergal" [taillabel = "Creator of"] "Ephidel" -> "Nergal" [taillabel = "Creator of"] "Athos" -> "Nergal" [taillabel = "Former Companion of "] }' | dot -Tsvg > output.svg