You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewriting should be applied on the uri attribute from UriEntry and not the name!
Example:
uri id="PizzaID" name="http://example.org/Pizza.owl" uri="http://fake.org/Pizza.owl"
rewriteURI uriStartString="http://fake.org" rewritePrefix="."
After rewriting we should get ./Pizza.owl
The computation of redirect should not stop after the first rewrite is found. The documentation says: “If more than one rewriteURI entry matches, the matching entry with the longest normalized uriStartString value is used.”
Rewriting should be applied on the uri attribute from UriEntry and not the name!
Example:
uri id="PizzaID" name="http://example.org/Pizza.owl" uri="http://fake.org/Pizza.owl"
rewriteURI uriStartString="http://fake.org" rewritePrefix="."
After rewriting we should get ./Pizza.owl
The computation of redirect should not stop after the first rewrite is found. The documentation says: “If more than one rewriteURI entry matches, the matching entry with the longest normalized uriStartString value is used.”