echo 'digraph { "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"] "Seras Victoria" -> "Alucard" [taillabel = "Master of"] "Sir Integra Fairbrook Wingates Hellsing" -> "Sir Arthur Hellsing" [taillabel = "Father of"] "Richard Hellsing" -> "Sir Arthur Hellsing" [taillabel = "Older Brother of"] "Sir Arthur Hellsing" -> "Richard Hellsing" [taillabel = "Younger Brother of"] "Sir Integra Fairbrook Wingates Hellsing" -> "Richard Hellsing" [taillabel = "Uncle of"] }' | dot -Tsvg > output.svg