6 lines
360 B
Text
Executable file
6 lines
360 B
Text
Executable file
<http://example.com> <http://example.com/property> _:a .
|
|
_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .
|
|
_:a <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" .
|