diff options
Diffstat (limited to 'tests/TurtleTests/turtle-subm-02.ttl')
-rw-r--r-- | tests/TurtleTests/turtle-subm-02.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/TurtleTests/turtle-subm-02.ttl b/tests/TurtleTests/turtle-subm-02.ttl new file mode 100644 index 00000000..9070d2c4 --- /dev/null +++ b/tests/TurtleTests/turtle-subm-02.ttl @@ -0,0 +1,7 @@ +# Test @prefix and qnames +@prefix : <http://example.org/base1#> . +@prefix a: <http://example.org/base2#> . +@prefix b: <http://example.org/base3#> . +:a :b :c . +a:a a:b a:c . +:a a:a b:a . |