Click or drag to resize

IStoreReaderLoad Method (ITripleStore, TextReader)

Loads a RDF dataset into a Triple Store.

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

Parameters

store
Type: VDS.RDFITripleStore
Triple Store.
input
Type: System.IOTextReader
Input to load from.
See Also