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..a5927cd3 --- /dev/null +++ b/tests/good/test-rel.ttl @@ -0,0 +1,6 @@ +<http://www.w3.org/2001/sw/DataAccess/df1/tests/a/b/c> a <http://example.org/Thing> . +<http://www.w3.org/2001/sw/DataAccess/df1> a <http://example.org/Thing> . +<http://www.w3.org/2001/sw/DataAccess/df1/tests/test-rel.ttl> a <http://example.org/Thing> . +<http://www.w3.org/2001/sw/DataAccess/df1/tests/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> . |