diff options
Diffstat (limited to 'test/extra/perfect/test-exact-uri.ttl')
-rw-r--r-- | test/extra/perfect/test-exact-uri.ttl | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/test/extra/perfect/test-exact-uri.ttl b/test/extra/perfect/test-exact-uri.ttl new file mode 100644 index 00000000..c9d38177 --- /dev/null +++ b/test/extra/perfect/test-exact-uri.ttl @@ -0,0 +1,110 @@ +<coap+tcp://foo> + <http://www.w3.org/2002/07/owl#sameAs> <coap+tcp://foo> . + +<g:h> + <http://www.w3.org/2002/07/owl#sameAs> <g:h> . + +<http://A#afragment> + <http://www.w3.org/2002/07/owl#sameAs> <http://A#afragment> . + +<http://A?aquery> + <http://www.w3.org/2002/07/owl#sameAs> <http://A?aquery> . + +<http://B/foo> + <http://www.w3.org/2002/07/owl#sameAs> <http://B/foo> . + +<http://C/bar> + <http://www.w3.org/2002/07/owl#sameAs> <http://C/bar> . + +<http://a/> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/> . + +<http://a/..g> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/..g> . + +<http://a/.g> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/.g> . + +<http://a/b/> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/> . + +<http://a/b/c/> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/> . + +<http://a/b/c/..g> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/..g> . + +<http://a/b/c/.g> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/.g> . + +<http://a/b/c/;x> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/;x> . + +<http://a/b/c/d;p?aquery> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/d;p?aquery> . + +<http://a/b/c/d;p?q> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/d;p?q> . + +<http://a/b/c/d;p?q#afragment> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/d;p?q#afragment> . + +<http://a/b/c/d;p?q#s> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/d;p?q#s> . + +<http://a/b/c/d;p?y> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/d;p?y> . + +<http://a/b/c/g> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g> . + +<http://a/b/c/g#s> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g#s> . + +<http://a/b/c/g#s/../x> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g#s/../x> . + +<http://a/b/c/g#s/./x> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g#s/./x> . + +<http://a/b/c/g.> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g.> . + +<http://a/b/c/g..> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g..> . + +<http://a/b/c/g/> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g/> . + +<http://a/b/c/g;x> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g;x> . + +<http://a/b/c/g;x?y#s> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g;x?y#s> . + +<http://a/b/c/g?y> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g?y> . + +<http://a/b/c/g?y#s> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g?y#s> . + +<http://a/b/c/g?y/../x> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g?y/../x> . + +<http://a/b/c/g?y/./x> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/g?y/./x> . + +<http://a/b/g> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/g> . + +<http://a/g> + <http://www.w3.org/2002/07/owl#sameAs> <http://a/g> . + +<http://g> + <http://www.w3.org/2002/07/owl#sameAs> <http://g> . + +<osc.udp://foo> + <http://www.w3.org/2002/07/owl#sameAs> <osc.udp://foo> . + +<view-source://foo> + <http://www.w3.org/2002/07/owl#sameAs> <view-source://foo> . |