Click or drag to resize

IStoreReaderLoad Method (ITripleStore, String)

Loads a RDF dataset into a Triple Store.

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

Parameters

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