net.fortytwo.sesametools.mappingsail
Interface RewriteRule
public interface RewriteRule
Represents a rule to map an original URI to a new URI.
Rules are considered to be complete and self contained: MappingSail does not impose its own rewriting logic.
- Author:
- Joshua Shinavier (http://fortytwo.net)
|
Method Summary |
org.openrdf.model.URI |
rewrite(org.openrdf.model.URI original)
|
rewrite
org.openrdf.model.URI rewrite(org.openrdf.model.URI original)
- Parameters:
original - an complete URI (i.e. not only a URI prefix) to be rewritten
- Returns:
- the resulting URI
Copyright © 2013. All Rights Reserved.