Mercurial > hg > sv-dependency-builds
annotate src/serd-0.18.2/tests/test-11.ttl @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 545efbb81310 |
children |
rev | line source |
---|---|
cannam@85 | 1 # Tests for - and _ in names, qnames |
cannam@85 | 2 @prefix ex1: <http://example.org/ex1#> . |
cannam@85 | 3 @prefix ex-2: <http://example.org/ex2#> . |
cannam@85 | 4 @prefix ex3_: <http://example.org/ex3#> . |
cannam@85 | 5 @prefix ex4-: <http://example.org/ex4#> . |
cannam@85 | 6 |
cannam@85 | 7 ex1:foo-bar ex1:foo_bar "a" . |
cannam@85 | 8 ex-2:foo-bar ex-2:foo_bar "b" . |
cannam@85 | 9 ex3_:foo-bar ex3_:foo_bar "c" . |
cannam@85 | 10 ex4-:foo-bar ex4-:foo_bar "d" . |