diff options
Diffstat (limited to 'tests/good/test-prefix.ttl')
-rw-r--r-- | tests/good/test-prefix.ttl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/good/test-prefix.ttl b/tests/good/test-prefix.ttl new file mode 100644 index 00000000..f79896cb --- /dev/null +++ b/tests/good/test-prefix.ttl @@ -0,0 +1,8 @@ +@prefix eg: <http://example.org/a/> . + +<http://example.org/a/b> a <http://example.org/Thing> . +<http://example.org/a/b/c> a <http://example.org/Thing> . +<http://example.org/a/num0num> a <http://example.org/Thing> . +<http://example.org/a/under_under> a <http://example.org/Thing> . +<http://example.org/a/dash-dash> a <http://example.org/Thing> . +<http://example.org/a/.invalidname.> a <http://example.org/Thing> . |