test-12.ttl 288 B

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" .