Click or drag to resize

NQuadsParser.Load Method (ITripleStore, String)

Loads a RDF Dataset from the NQuads input into the given Triple Store.

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