diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | 1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea (patch) | |
tree | 9a132c9b99fc16404fe6ef24ac0632c03c9ea001 /test/extra/perfect/test-exact-uri.ttl | |
parent | 34e67d85558c3dbecfcd4dba4077fc9062c21624 (diff) | |
download | serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.tar.gz serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.tar.bz2 serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.zip |
Factor out a suite of "perfect" reversible tests
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> . |