diff options
Diffstat (limited to 'tests/good/test-rel.ttl')
-rw-r--r-- | tests/good/test-rel.ttl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/good/test-rel.ttl b/tests/good/test-rel.ttl new file mode 100644 index 00000000..363b3e1c --- /dev/null +++ b/tests/good/test-rel.ttl @@ -0,0 +1,6 @@ +<http://drobilla.net/sw/serd/tests/good/a/b/c> a <http://example.org/Thing> . +<http://drobilla.net/sw/serd/tests> a <http://example.org/Thing> . +<http://drobilla.net/sw/serd/tests/good/test-rel.ttl> a <http://example.org/Thing> . +<http://drobilla.net/sw/serd/tests/good/test-not.ttl> a <http://example.org/Thing> . +<a/b/c> a <http://example.org/Thing> . +<http://www.w3.org/> a <http://example.org/Thing> . |