GraphUriRewriteHandler Constructor |
Creates a new Graph URI rewriting handler.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public GraphUriRewriteHandler(
IRdfHandler handler,
Uri graphUri
)
Public Sub New (
handler As IRdfHandler,
graphUri As Uri
)
Parameters
- handler
- Type: VDS.RDFIRdfHandler
Handler to wrap. - graphUri
- Type: SystemUri
Graph URI to rewrite to.
See Also