Click or drag to resize

Notation3ParserLoad Method (IRdfHandler, String)

Loads RDF using a RDF handler by reading Notation 3 syntax from the given file.

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 read from.

Implements

IRdfReaderLoad(IRdfHandler, String)
See Also