Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test-01.ttl 187B

12 years ago
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 .