Files
gonum/graph/formats/rdf/testdata/test054-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

16 lines
626 B
Plaintext

_:b0 <http://example.org/vocab#p> _:b1 .
_:b1 <http://example.org/vocab#p> _:b2 .
_:b2 <http://example.org/vocab#p> _:b3 .
_:b2 <http://example.org/vocab#p> _:b4 .
_:b3 <http://example.org/vocab#p> _:b5 .
_:b4 <http://example.org/vocab#p> _:b10 .
_:b5 <http://example.org/vocab#p> _:b6 .
_:b6 <http://example.org/vocab#p> _:b7 .
_:b7 <http://example.org/vocab#p> _:b8 .
_:b8 <http://example.org/vocab#p> _:b9 .
_:b10 <http://example.org/vocab#p> _:b11 .
_:b11 <http://example.org/vocab#p> _:b12 .
_:b12 <http://example.org/vocab#p> _:b13 .
_:b13 <http://example.org/vocab#p> _:b14 .
_:b14 <http://example.org/vocab#p> _:b15 .