7 lines
531 B
Text
Executable file
7 lines
531 B
Text
Executable file
<http://example.com> <http://example.com/property> <http://example.com/list> .
|
|
<http://example.com/list> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .
|
|
<http://example.com/list> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .
|
|
_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .
|
|
_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .
|
|
_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .
|
|
_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
|