graph/formats/rdf: add URDNA2015 and URGNA2012 canonicalisation

With the inclusion of the complete JSON-LD RDF Dataset Normalization test
suite these can now be dual licensed.
This commit is contained in:
Dan Kortschak
2020-12-11 09:57:46 +10:30
parent a6eddb68ae
commit 3f0deff25e
142 changed files with 7453 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
_:c14n0 <http://example.org/vocab#next> _:c14n2 .
_:c14n0 <http://example.org/vocab#prev> _:c14n1 .
_:c14n1 <http://example.org/vocab#next> _:c14n0 .
_:c14n1 <http://example.org/vocab#prev> _:c14n2 .
_:c14n2 <http://example.org/vocab#next> _:c14n1 .
_:c14n2 <http://example.org/vocab#prev> _:c14n0 .