SparqlRdfParserLoad Method (ISparqlResultsHandler, String) |
Loads a SPARQL Results from RDF contained in the given file using a Results Handler.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax Remarks
Uses the
FileLoader to load the RDF from the file which will attempt to determine the format of the RDF based on the file extension unless the parser was instantiated with a specific
IRdfReader to use.
See Also