Open josephguillaume opened 4 years ago
serialize currently outputs quads that use long literals, but the spec apparently does not permit this: Literals may not contain the characters ", LF, or CR. https://www.w3.org/TR/n-quads/#h3_sec-literals
serialize
Literals may not contain the characters ", LF, or CR.
This breaks compatibility with the nquads parser in jsonld.js: https://github.com/digitalbazaar/jsonld.js/issues/44
jsonld.js
serialize
currently outputs quads that use long literals, but the spec apparently does not permit this:Literals may not contain the characters ", LF, or CR.
https://www.w3.org/TR/n-quads/#h3_sec-literalsThis breaks compatibility with the nquads parser in
jsonld.js
: https://github.com/digitalbazaar/jsonld.js/issues/44