echo 'digraph { "Diana Barry" -> "Anne Shirley" [taillabel = "Best friend of"] "Mrs. Allan" -> "Anne Shirley" [taillabel = "Friend of#"] "Minister Allan" -> "Anne Shirley" [taillabel = "Friend of#"] "Jane Andrews" -> "Anne Shirley" [taillabel = "Friend of#"] "Anne Shirley" -> "Diana Barry" [taillabel = "Best friend of"] "Mrs. Barry" -> "Diana Barry" [taillabel = "Daughter of"] "Minnie May Barry" -> "Diana Barry" [taillabel = "Younger Sister of"] "Jane Andrews" -> "Diana Barry" [taillabel = "Friend of#"] "Josephine Barry" -> "Diana Barry" [taillabel = "Niece of"] "Anne Shirley" -> "Mrs. Allan" [taillabel = "Friend of#"] "Minister Allan" -> "Mrs. Allan" [taillabel = "Husband of"] "Diana Barry" -> "Jane Andrews" [taillabel = "Best friend of"] "Anne Shirley" -> "Minister Allan" [taillabel = "Friend of#"] "Mrs. Allan" -> "Minister Allan" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg