echo 'digraph { "Seras Victoria" -> "Alucard" [taillabel = "Master of"] "Alexander Anderson" -> "Alucard" [taillabel = "Rival of"] "Sir Integra Fairbrook Wingates Hellsing" -> "Alucard" [taillabel = "Subordinate of"] "Pip Bernadotte" -> "Seras Victoria" [taillabel = "In love with"] "Alucard" -> "Seras Victoria" [taillabel = "Subordinate of"] "Alucard" -> "Sir Integra Fairbrook Wingates Hellsing" [taillabel = "Master of"] "Sir Arthur Hellsing" -> "Sir Integra Fairbrook Wingates Hellsing" [taillabel = "Daughter of"] "Richard Hellsing" -> "Sir Integra Fairbrook Wingates Hellsing" [taillabel = "Niece of"] "Alucard" -> "Alexander Anderson" [taillabel = "Rival of"] }' | dot -Tsvg > output.svg