Files
gonum/graph/formats/rdf/testdata/test053-urdna2015.nq
T
Dan Kortschak 3f0deff25e 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.
2021-05-05 14:52:27 +09:30

15 lines
988 B
Plaintext

_:c14n0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "3" .
_:c14n0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:c14n1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "6" .
_:c14n1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:c14n2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1" .
_:c14n2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c14n5 .
_:c14n3 <http://example.org/test#property1> _:c14n2 .
_:c14n3 <http://example.org/test#property2> _:c14n6 .
_:c14n4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "5" .
_:c14n4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c14n1 .
_:c14n5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2" .
_:c14n5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c14n0 .
_:c14n6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "4" .
_:c14n6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c14n4 .