Click or drag to resize

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
)

Parameters

handler
Type: VDS.RDFIRdfHandler
Handler to wrap.
graphUri
Type: SystemUri
Graph URI to rewrite to.
See Also