Click or drag to resize

StringParserParseDataset Method (ITripleStore, String, IStoreReader)

Parses a raw RDF Dataset String using the given Parser.

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

Parameters

store
Type: VDS.RDFITripleStore
Store to load into.
data
Type: SystemString
Raw RDF Dataset String.
reader
Type: VDS.RDFIStoreReader
Parser to use.
See Also