test-01.ttl 187 B

1234567
  1. # Test @prefix and qnames
  2. @prefix : <http://example.org/base1#> .
  3. @prefix a: <http://example.org/base2#> .
  4. @prefix b: <http://example.org/base3#> .
  5. :a :b :c .
  6. a:a a:b a:c .
  7. :a a:a b:a .