the [specification of canonical N-Triples](https://www.w3.org/TR/n-triples/#canonical-ntriples) is silent about the datatype of `xsd:string` literals. More specifically : ``` "hello world" ``` and ``` "hello world"^^<http://www.w3.org/2001/XMLSchema#string> ``` are equivalent terms in N-Triples and N-Quads, and the spec does not say which one should be used as the canonical form. Given that this is lacking from the N-Triples spec, the rd-canon spec should chose one and be explicit about it.