diff options
Diffstat (limited to 'tests/test-prefix.ttl')
-rw-r--r-- | tests/test-prefix.ttl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-prefix.ttl b/tests/test-prefix.ttl new file mode 100644 index 00000000..a1d22122 --- /dev/null +++ b/tests/test-prefix.ttl @@ -0,0 +1,4 @@ +@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> .
\ No newline at end of file |