apache / jena

Apache Jena
https://jena.apache.org/
Apache License 2.0
1.11k stars 652 forks source link

Implement RDF Dataset Canonicalization and provide EARL report #2105

Open gkellogg opened 11 months ago

gkellogg commented 11 months ago

Please consider submitting an EARL implementation report for RDF Dataset Canonicalization.

The implementation report at https://w3c.github.io/rdf-canon/reports/ for CR transition already has five compatible implementations, but we'd like to see reports from other major implementations, such as Jena. The implementation report includes instructions for formatting and submitting new reports.

The test suite can be found at https://w3c.github.io/rdf-canon/tests/.

afs commented 11 months ago

There would need to be an implementation before a report can be sent :smile:

I've changed the issue title to reflect that.

filip26 commented 9 months ago

FYI here is an implementation of URDNA2015 based on Titanium RDF API. https://github.com/setl/rdf-urdna It's connected to https://github.com/apache/jena/discussions/2216