summaryrefslogtreecommitdiff
path: root/test/nt/lists-05.nt
blob: e7a8f95353e363787d6529f43beabea9a356d1a5 (plain)
1
2
3
4
_:node1 <http://example.org/#q> <http://example.org/#r> .
_:list2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1 .
_:list2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://example.org/#Subject> <http://example.org/#predicate> _:list2 .