GraphUriRewriteHandlerHandleTripleInternal Method  | 
 
            Handles a Triple by rewriting the Graph URI and passing it to the inner handler.
            
 
    Namespace: 
   VDS.RDF.Parsing.Handlers
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected override bool HandleTripleInternal(
	Triple t
)
Protected Overrides Function HandleTripleInternal ( 
	t As Triple
) As Boolean
Parameters
- t
 - Type: VDS.RDFTriple
Triple. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.GraphUriRewriteHandler.HandleTripleInternal(VDS.RDF.Triple)"]
See Also