_:list1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/#p> .
_:list1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:list2 .
_:list2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/#q> .
_:list2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:list3 .
_:list3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/#r> .
_:list3 <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/#ThreeMemberList> <http://example.org/#predicate> _:list1 .
_:list4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "p" .
_:list4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:list5 .
_:list5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:q .
_:list5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:list6 .
_:list6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/path#r> .
_:list6 <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/#MixedThreeMemberList> <http://example.org/#predicate> _:list4 .
