summaryrefslogtreecommitdiff
path: root/test/nt/qname-02.nt
blob: 93ad12d10b1d08f20581f64f0b46f4ec72a85c09 (plain)
1
2
3
4
5
6
7
8
9
10
<http://example.org/#> <http://example.org/#pred> <http://example.org/#objt> .
<http://example.org/#subj> <http://example.org/#> <http://example.org/#objt> .
<http://example.org/#subj> <http://example.org/#pred> <http://example.org/#> .
_:node1 <http://example.org/#> <http://example.org/#> .
<http://example.org/#> <http://example.org/#pred> _:node1 .
_:list2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/#> .
_: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/#> .
_: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/#> <http://example.org/#pred> _:list2 .