11 lines
901 B
Text
Executable file
11 lines
901 B
Text
Executable file
<http://example.org/id> <http://example.com/mylist1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
|
|
<http://example.org/id> <http://example.com/mylist2> _:b0 .
|
|
<http://example.org/id> <http://example.com/myset3> "v1" .
|
|
<http://example.org/id> <http://example.org/list1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
|
|
<http://example.org/id> <http://example.org/list2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
|
|
<http://example.org/id> <http://example.org/property> _:b1 .
|
|
<http://example.org/id> <http://example.org/set5> "one item" .
|
|
_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "one item" .
|
|
_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
|
|
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "one item" .
|
|
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
|