mirror of
https://github.com/gonum/gonum.git
synced 2026-04-23 00:37:29 +08:00
3f0deff25e
With the inclusion of the complete JSON-LD RDF Dataset Normalization test suite these can now be dual licensed.
15 lines
988 B
Plaintext
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 .
|