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
)
Public Sub New (
g As IGraph,
results As SparqlResultSet
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to parse from. - results
- Type: VDS.RDF.QuerySparqlResultSet
Results Handler.
See Also