Click or drag to resize

BaseGZipDatasetParser.Load 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.RDF.ITripleStore
Triple Store to load into.
filename
Type: System.String
File to load from.

Implements

IStoreReader.Load(ITripleStore, String)
See Also