jena icon indicating copy to clipboard operation
jena copied to clipboard

Implement RDF Dataset Canonicalization and provide EARL report

Open gkellogg opened this issue 2 years ago • 9 comments

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/.

gkellogg avatar Nov 29 '23 20:11 gkellogg

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

I've changed the issue title to reflect that.

afs avatar Nov 30 '23 08:11 afs

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

filip26 avatar Jan 30 '24 12:01 filip26