rdf4h icon indicating copy to clipboard operation
rdf4h copied to clipboard

Implement RDF Canonicalization algorithm

Open kderme opened this issue 11 months ago • 1 comments

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.

kderme avatar Mar 12 '24 21:03 kderme

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!

robstewart57 avatar Apr 03 '24 11:04 robstewart57