rdf4h
rdf4h copied to clipboard
Implement RDF Canonicalization algorithm
Is there any thought to implement the RDF canonicalization algorithm, as specified at https://w3c.github.io/rdf-canon/spec/
For my application I want to parse a json-ld file and find its canonical form, so https://github.com/robstewart57/rdf4h/issues/34 is an orthogonal issue for me.
I'm considering implementing it for simple cases, ie graphs without blank nodes. I believe this would be enough for my application and is an easier task. Having a complete implementation would be ideal of course.
Hi @kderme Unfortunately I don't have time anymore to actively develop new features for this library.
If you wish to submit a Pull Request to this library to add RDF dataset canonicalization, I would happily review!