test-30.ttl 415 B

123456789101112
  1. # In-scope base URI is http://www.w3.org/2001/sw/DataAccess/df1/tests/ at this point
  2. <a1> <b1> <c1> .
  3. @base <http://example.org/ns/> .
  4. # In-scope base URI is http://example.org/ns/ at this point
  5. <a2> <http://example.org/ns/b2> <c2> .
  6. @base <foo/> .
  7. # In-scope base URI is http://example.org/ns/foo/ at this point
  8. <a3> <b3> <c3> .
  9. @prefix : <bar#> .
  10. :a4 :b4 :c4 .
  11. @prefix : <http://example.org/ns2#> .
  12. :a5 :b5 :c5 .