jsonld-ex/test/data/json-ld.org-test-suite/normalize-0053-out.nq
2017-03-24 23:08:41 +01:00

14 lines
988 B
Text
Executable file

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