mirror of
https://github.com/gonum/gonum.git
synced 2025-10-17 04:31:03 +08:00

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
15 lines
928 B
Plaintext
15 lines
928 B
Plaintext
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1" .
|
|
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b2 .
|
|
_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2" .
|
|
_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b3 .
|
|
_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "3" .
|
|
_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
|
|
_:b0 <http://example.org/test#property1> _:b1 .
|
|
_:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "4" .
|
|
_:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b5 .
|
|
_:b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "5" .
|
|
_:b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b6 .
|
|
_:b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "6" .
|
|
_:b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
|
|
_:b0 <http://example.org/test#property2> _:b4 .
|