SparqlRdfParserLoad Method (ISparqlResultsHandler, StreamReader) |
Loads a SPARQL Results from RDF contained in the given Stream using a Results Handler.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax 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