Click or drag to resize

TriXParserLoad Method (ITripleStore, String)

Loads the RDF Dataset from the TriX 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.RDFITripleStore
Triple Store to load into.
filename
Type: SystemString
File to load from.

Implements

IStoreReaderLoad(ITripleStore, String)
See Also