Click or drag to resize

SparqlRdfParserContext Constructor (IGraph, SparqlResultSet)

Creates a new Parser Context.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlRdfParserContext(
	IGraph g,
	SparqlResultSet results
)

Parameters

g
Type: VDS.RDFIGraph
Graph to parse from.
results
Type: VDS.RDF.QuerySparqlResultSet
Results Handler.
See Also