echo 'digraph { "Alice" -> "Lacie Baskerville" [taillabel = "Mother of"] "Will of the Abyss" -> "Lacie Baskerville" [taillabel = "Mother of"] "Oswald Baskerville" -> "Lacie Baskerville" [taillabel = "Younger Sister of"] "Lacie Baskerville" -> "Alice" [taillabel = "Daughter of"] "Will of the Abyss" -> "Alice" [taillabel = "Twin Sister of"] "Oz Vessalius" -> "Alice" [taillabel = "Partner of"] "Alice" -> "Will of the Abyss" [taillabel = "Twin Sister of"] "Lacie Baskerville" -> "Will of the Abyss" [taillabel = "Daughter of"] "Lacie Baskerville" -> "Oswald Baskerville" [taillabel = "Older Brother of"] "Jack Vessalius" -> "Oswald Baskerville" [taillabel = "Rival of"] }' | dot -Tsvg > output.svg