annotate src/serd-0.18.2/tests/test-30.ttl @ 150:0a1a4a299a5d

OSX binaries for Cap'n Proto
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 05 Jul 2017 09:46:34 +0100
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 .