rdf-canonize
rdf-canonize copied to clipboard
An implementation of the RDF Dataset Normalization Algorithm in JavaScript.
In `lib/NQuads.js`, string literals are escaped. But IRIs are not. [RDF 1.1 N-Quads](https://www.w3.org/TR/n-quads/#terminals) includes this production: ```ebnf [10] IRIREF::='' ``` Here is a test showing a statement with a IRI...
It may be possible to use TransferableObjects and WebWorkers or similar to save the extra memory copy we must do in the native addon before passing it off to the...
Related to https://github.com/BorderCloud/TFT-tests/issues/15, it would be useful to canonize xsd:duration, xsd:yearMonthDuration, xsd:dayTimeDuration. I tried with `jsonld-cli` and a duration like `"PT1M0.000S"^^` is not normalized to "`PT1M"^^` (removing the empty seconds)....
I have no idea how to use this library based on the one example in the README; the example doesn't tell you the structure of the dataset. Please modify the...
Please include a statement from the copyright holders of what licensing terms they grant for which of the creative works that they own copyright for. The project ships with a...