Andy Seaborne

Results 454 comments of Andy Seaborne

There are two different uses of "canoicalization" here: 1. Canonical N-Quads output - this is about the layout of the characters and is in [rdf12/rdf-n-quads/c14n](https://github.com/w3c/rdf-tests/tree/main/rdf/rdf12/rdf-n-quads/c14n). The order of quads in...

I'm having difficulty reviewing the PR because it is large, no fault of the issue and PR decscription. I thought that execution tracking was now built-in now. I would have...

> ```java > public interface SparqlAdapterProvider { > SparqlAdapter adapt(DatasetGraph dsg); > // Perhaps rename to "createAdapter" to avoid confusion with "adapt" methods in presentation layer classes. > } >...