diff options
Diffstat (limited to 'tests/test-uri.ttl')
-rw-r--r-- | tests/test-uri.ttl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test-uri.ttl b/tests/test-uri.ttl index 4cae4157..22799360 100644 --- a/tests/test-uri.ttl +++ b/tests/test-uri.ttl @@ -34,3 +34,11 @@ <http://A#afragment> owl:sameAs <http://A#afragment> . <?aquery> owl:sameAs <http://a/b/c/d;p?aquery> . <#afragment> owl:sameAs <http://a/b/c/d;p?q#afragment> . + +@base <http://B?bquery> . + +</foo> owl:sameAs <http://B/foo> . + +@base <http://C#cfragment> . + +</bar> owl:sameAs <http://C/bar> . |