SparqlRdfParserLoad Method (SparqlResultSet, TextReader) |
Loads a SPARQL Result Set from RDF contained in the given Input.
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