Click or drag to resize

Notation3Parser.Load 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.RDF.IRdfHandler
RDF Handler to use.
filename
Type: System.String
File to read from.

Implements

IRdfReader.Load(IRdfHandler, String)
See Also