Mercurial > hg > sv-dependency-builds
annotate src/sord-0.12.0/tests/test-30.ttl @ 81:7029a4916348
Merge build update
author | Chris Cannam |
---|---|
date | Thu, 31 Oct 2019 13:36:58 +0000 |
parents | c7265573341e |
children |
rev | line source |
---|---|
Chris@0 | 1 # In-scope base URI is http://www.w3.org/2001/sw/DataAccess/df1/tests/ at this point |
Chris@0 | 2 <a1> <b1> <c1> . |
Chris@0 | 3 @base <http://example.org/ns/> . |
Chris@0 | 4 # In-scope base URI is http://example.org/ns/ at this point |
Chris@0 | 5 <a2> <http://example.org/ns/b2> <c2> . |
Chris@0 | 6 @base <foo/> . |
Chris@0 | 7 # In-scope base URI is http://example.org/ns/foo/ at this point |
Chris@0 | 8 <a3> <b3> <c3> . |
Chris@0 | 9 @prefix : <bar#> . |
Chris@0 | 10 :a4 :b4 :c4 . |
Chris@0 | 11 @prefix : <http://example.org/ns2#> . |
Chris@0 | 12 :a5 :b5 :c5 . |