robstewart57 / rdf4h

rdf4h is a library for working with RDF in Haskell
BSD 3-Clause "New" or "Revised" License
76 stars 28 forks source link

Implement RDF Canonicalization algorithm #114

Open kderme opened 3 months ago

kderme commented 3 months ago

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.

robstewart57 commented 3 months ago

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!