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.
|
- # Tests for rdf:_<numbers> and other qnames starting with _
- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- @prefix ex: <http://example.org/ex#> .
- @prefix : <http://example.org/myprop#> .
-
- ex:foo rdf:_1 "1" .
- ex:foo rdf:_2 "2" .
- ex:foo :_abc "def" .
- ex:foo :_345 "678" .
|