diff options
author | David Robillard <d@drobilla.net> | 2011-01-19 07:24:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-19 07:24:09 +0000 |
commit | 05f3e795bebbf51c1a5a859cd015d5dbd74c21f9 (patch) | |
tree | 1be491847f560c520f3077497b739221635d42ce /tests/test-01.ttl | |
parent | 281c57610c95e1f80fd42b3729da1d3da90c43b6 (diff) | |
download | serd-05f3e795bebbf51c1a5a859cd015d5dbd74c21f9.tar.gz serd-05f3e795bebbf51c1a5a859cd015d5dbd74c21f9.tar.bz2 serd-05f3e795bebbf51c1a5a859cd015d5dbd74c21f9.zip |
Initial import.
git-svn-id: http://svn.drobilla.net/serd/trunk@2 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/test-01.ttl')
-rw-r--r-- | tests/test-01.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test-01.ttl b/tests/test-01.ttl new file mode 100644 index 00000000..9070d2c4 --- /dev/null +++ b/tests/test-01.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 . |