mirror of
https://github.com/gonum/gonum.git
synced 2026-04-23 00:37:29 +08:00
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:
@@ -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 .
|
||||
Reference in New Issue
Block a user