annotate src/sord-0.12.0/tests/test-30.ttl @ 163:5cc1366da2e9

Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 30 Oct 2019 11:28:45 +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 .