Files
gonum/graph/formats/rdf/testdata/test030-in.nq
Dan Kortschak 782095d131 graph/formats/rdf: implement canonicalisation hashing
Test cases test001-in.nq to test062-in.nq are from [1] licensed under the
W3C BSD 3-clause license. Test cases hogan*.nq are from the original paper
used with permission.

[1]https://json-ld.github.io/normalization/tests/index.html
2021-05-05 14:52:27 +09:30

7 lines
336 B
Plaintext

<http://example.org/vocab#test> <http://example.org/vocab#A> _:b0 .
<http://example.org/vocab#test> <http://example.org/vocab#B> _:b1 .
<http://example.org/vocab#test> <http://example.org/vocab#C> _:b2 .
_:b0 <http://example.org/vocab#next> _:b1 .
_:b1 <http://example.org/vocab#next> _:b2 .
_:b2 <http://example.org/vocab#next> _:b0 .