Click or drag to resize

TriGParserLoad Method (IRdfHandler, String)

Loads the named Graphs from the TriG input using the given RDF Handler.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	IRdfHandler handler,
	string filename
)

Parameters

handler
Type: VDS.RDFIRdfHandler
RDF Handler to use.
filename
Type: SystemString
File to load from.

Implements

IStoreReaderLoad(IRdfHandler, String)
See Also