StringParserParseResultSet Method (SparqlResultSet, String) |
Parses a raw SPARQL Results String (attempts to auto-detect the format).
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static void ParseResultSet(
SparqlResultSet results,
string data
)
Public Shared Sub ParseResultSet (
results As SparqlResultSet,
data As String
)
Parameters
- results
- Type: VDS.RDF.QuerySparqlResultSet
SPARQL Result Set to fill. - data
- Type: SystemString
Raw SPARQL Results String.
Remarks
Auto-detection is based on testing the string to see if it contains certain keyword constructs which might indicate a particular syntax has been used. This detection may not always be accurate.
See Also