annotate src/serd-0.18.2/tests/test-30.ttl @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 545efbb81310
children
rev   line source
cannam@85 1 # In-scope base URI is http://www.w3.org/2001/sw/DataAccess/df1/tests/ at this point
cannam@85 2 <a1> <b1> <c1> .
cannam@85 3 @base <http://example.org/ns/> .
cannam@85 4 # In-scope base URI is http://example.org/ns/ at this point
cannam@85 5 <a2> <http://example.org/ns/b2> <c2> .
cannam@85 6 @base <foo/> .
cannam@85 7 # In-scope base URI is http://example.org/ns/foo/ at this point
cannam@85 8 <a3> <b3> <c3> .
cannam@85 9 @prefix : <bar#> .
cannam@85 10 :a4 :b4 :c4 .
cannam@85 11 @prefix : <http://example.org/ns2#> .
cannam@85 12 :a5 :b5 :c5 .