Click or drag to resize

BaseGZipDatasetParserLoad Method (ITripleStore, String)

Loads a RDF dataset from GZipped input.

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

Parameters

store
Type: VDS.RDFITripleStore
Triple Store to load into.
filename
Type: SystemString
File to load from.

Implements

IStoreReaderLoad(ITripleStore, String)
See Also