Click or drag to resize

StringParserParseDataset Method (ITripleStore, String)

Parses a raw RDF Dataset String (attempts to auto-detect the format).

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void ParseDataset(
	ITripleStore store,
	string data
)

Parameters

store
Type: VDS.RDFITripleStore
Store to load into.
data
Type: SystemString
Raw RDF Dataset 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