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-12.ttl 288B

12 years ago
123456789
  1. # Tests for rdf:_<numbers> and other qnames starting with _
  2. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  3. @prefix ex: <http://example.org/ex#> .
  4. @prefix : <http://example.org/myprop#> .
  5. ex:foo rdf:_1 "1" .
  6. ex:foo rdf:_2 "2" .
  7. ex:foo :_abc "def" .
  8. ex:foo :_345 "678" .