echo 'digraph { "Drusilla" -> "Homlet" [taillabel = "Pet of"] "Andira" -> "Drusilla" [taillabel = "Friend of#"] "Nerine" -> "Drusilla" [taillabel = "Friend of#"] "Sylph" -> "Drusilla" [taillabel = "Friend of#"] "Lily" -> "Drusilla" [taillabel = "Friend of#"] "Homlet" -> "Drusilla" [taillabel = "Owner of"] }' | dot -Tsvg > output.svg