_:node1 <http://example.org/#q> <http://example.org/#r> .
_:node2 _:node3 _:node4 .
_:list6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/#p> .
_:list6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:list7 .
_:list7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1 .
_:list7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:list8 .
_:list8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node2 .
_:list8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:list9 .
_:list9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/#s> .
_:list9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:list10 .
_:list10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node5 .
_:list10 <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> _:list6 .
