Click or drag to resize

SparqlRdfParserLoad Method (ISparqlResultsHandler, TextReader)

Loads a SPARQL Results from RDF contained in the given Input using a Results Handler.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	ISparqlResultsHandler handler,
	TextReader input
)

Parameters

handler
Type: VDS.RDFISparqlResultsHandler
Results Handler to use.
input
Type: System.IOTextReader
Input to read from.

Implements

ISparqlResultsReaderLoad(ISparqlResultsHandler, TextReader)
Remarks
Uses the StringParser which will use simple heuristics to 'guess' the format of the RDF unless the parser was instaniated with a specific IRdfReader to use.
See Also