Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RDF Canonicalization algorithm #114

Open
kderme opened this issue Mar 12, 2024 · 1 comment
Open

Implement RDF Canonicalization algorithm #114

kderme opened this issue Mar 12, 2024 · 1 comment

Comments

@kderme
Copy link

kderme commented Mar 12, 2024

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 #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
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants